Files
2021-11-09 21:04:35 +03:00

6 lines
79 B
Kotlin
Vendored

// FIR_IDENTICAL
// SKIP_KT_DUMP
fun test() {
for (i in 0..0) fun x() {}
}