Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit abd7d3e

Browse files
committed
一応修正
1 parent 92bef73 commit abd7d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mapk/fastkfunction/argumentbucket/ArgumentBucket.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ class ArgumentBucket(
6666
override fun get(key: KParameter): Any? = valueArray[key.index]
6767
operator fun get(index: Int): Any? = valueArray[index]
6868

69-
override fun isEmpty(): Boolean = size == 0
69+
override fun isEmpty(): Boolean = count == 0
7070
}

0 commit comments

Comments
 (0)