7 lines
69 B
Kotlin
Vendored
7 lines
69 B
Kotlin
Vendored
// WITH_REFLECT
|
|
|
|
@JvmName("Fail")
|
|
fun OK() {}
|
|
|
|
fun box() = ::OK.name
|