blob: 4711c011c0f1fffc6b1ec1b34cbf9ed3554c37a6 [file]
// IGNORE_BACKEND: JVM
fun box(): String {
for (i in 0..0) fun () {}
return "OK"
}