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

Commit 6e81a1f

Browse files
committed
テストのためinternal化
1 parent b9403a9 commit 6e81a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/com/mapk/fastkfunction/SingleArgFastKFunction.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ sealed class SingleArgFastKFunction<T> {
9595
else -> TopLevelFunction(parameters[0], method)
9696
}
9797

98-
private fun <T> instanceFunctionOf(
98+
@TestOnly
99+
internal fun <T> instanceFunctionOf(
99100
function: KFunction<T>,
100101
inputtedInstance: Any?,
101102
parameters: List<KParameter>,

0 commit comments

Comments
 (0)