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

Commit b9e3f3d

Browse files
committed
名前指定ミスの修正
1 parent 97f9816 commit b9e3f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jmh/kotlin/com/mapk/fastkfunction/singleargfastkfunction/CallObjectMethodBenchmark.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ open class CallObjectMethodBenchmark {
2222
@Suppress("UNCHECKED_CAST")
2323
private val functionByReflection: KFunction<Constructor1> = objectInstance::class
2424
.functions
25-
.first { it.name == "companionObjectFun5" } as KFunction<Constructor1>
25+
.first { it.name == "companionObjectFun1" } as KFunction<Constructor1>
2626

2727
private val argumentMap: Map<KParameter, Any?> = mapOf(functionByMethodReference.parameters.single() to argument)
2828

0 commit comments

Comments
 (0)