Files
2021-10-08 07:24:41 +03:00

6 lines
60 B
Kotlin
Vendored

fun box(): String {
fun OK() {}
return ::OK.name
}