mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
|
|
fun box(): String {
|
|
fun OK() {}
|
|
|
|
return ::OK.name
|
|
}
|