blob: adc95f286b4ba8d208290e9a1cebd7cca3686b5d [file] [log] [blame]
// IGNORE_BACKEND: JVM
fun box(): String {
for (i in 0..0) fun x() {}
return "OK"
}