mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 08:31:28 +00:00
6 lines
60 B
Kotlin
Vendored
6 lines
60 B
Kotlin
Vendored
fun box(): String {
|
|
fun OK() {}
|
|
|
|
return ::OK.name
|
|
}
|