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

Commit 242602a

Browse files
authored
Merge pull request #1 from k163377/master
修正
2 parents 84fda05 + f2d4c79 commit 242602a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)