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

Commit f2d4c79

Browse files
committed
internalの解除忘れを修正
1 parent 437a3da commit f2d4c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlin.reflect.KParameter
55
import kotlin.reflect.full.instanceParameter
66
import kotlin.reflect.jvm.isAccessible
77

8-
internal class KFunctionWithInstance<T>(
8+
class KFunctionWithInstance<T>(
99
private val function: KFunction<T>,
1010
private val instance: Any
1111
) : KFunction<T> by function {

0 commit comments

Comments
 (0)