mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
9 lines
196 B
Kotlin
Vendored
9 lines
196 B
Kotlin
Vendored
// TODO: muted automatically, investigate should it be ran for JS or not
|
|
// IGNORE_BACKEND: JS
|
|
|
|
// WITH_REFLECT
|
|
|
|
fun foo(result: String = "OK") = result
|
|
|
|
fun box(): String = ::foo.callBy(mapOf())
|