Files

7 lines
93 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM
fun box(): String {
for (i in 0..0) fun x() {}
return "OK"
}