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

Commit f62d258

Browse files
committed
テストのためinternal化
1 parent 5ed297f commit f62d258

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
@@ -69,7 +69,8 @@ sealed class SingleArgFastKFunction<T> {
6969
throw IllegalArgumentException("This function is require multiple instances.")
7070
}
7171

72-
private fun <T> topLevelFunctionOf(
72+
@TestOnly
73+
internal fun <T> topLevelFunctionOf(
7374
function: KFunction<T>,
7475
instance: Any?,
7576
parameters: List<KParameter>,

0 commit comments

Comments
 (0)