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

Commit d5ebaf7

Browse files
committed
テストのためinternal化
1 parent 5aacd45 commit d5ebaf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ sealed class FastKFunction<T> {
170170
else -> TopLevelFunction(function, method, parameters)
171171
}
172172

173-
private fun <T> instanceFunctionOf(
173+
@TestOnly
174+
internal fun <T> instanceFunctionOf(
174175
function: KFunction<T>,
175176
inputtedInstance: Any?,
176177
parameters: List<KParameter>,

0 commit comments

Comments
 (0)