Files
kotlin-fork/compiler/testData/codegen/box/controlStructures/kt47245.kt
T

7 lines
93 B
Kotlin
Vendored

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