Files
kotlin/compiler/testData/codegen/box/reflection/functions/platformName.kt
2018-06-09 19:15:38 +03:00

11 lines
198 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
// WITH_REFLECT
@JvmName("Fail")
fun OK() {}
fun box() = ::OK.name