Files
kotlin/compiler/testData/codegen/box/reflection/callBy/simpleTopLevelFunction.kt

6 lines
100 B
Kotlin
Vendored

// WITH_REFLECT
fun foo(result: String = "OK") = result
fun box(): String = ::foo.callBy(mapOf())