Files
kotlin-fork/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleTopLevelFunction.kt
T

9 lines
204 B
Kotlin

// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
// WITH_REFLECT
fun foo(result: String = "OK") = result
fun box(): String = ::foo.callBy(mapOf())