Files
kotlin-fork/compiler/testData/codegen/box/reflection/callBy/simpleTopLevelFunction.kt
T
2023-06-07 14:59:38 +00:00

7 lines
123 B
Kotlin
Vendored

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