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

Commit 2658ac4

Browse files
committed
アノテーションの付け忘れを修正
1 parent eb023dd commit 2658ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/mapk/core/KFunctionForCall.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class KFunctionForCall<T> internal constructor(
2727
instance
2828
)
2929

30+
@TestOnly
3031
internal val fullInitializedFunctionLambda: (Array<Any?>) -> T = function.javaConstructor?.let {
3132
{ values -> it.newInstance(*values) }
3233
} ?: { function.call(*it) }

0 commit comments

Comments
 (0)