Files
kotlin-fork/compiler/testData/ir/irText/expressions/kt47245.kt
T

5 lines
62 B
Kotlin
Vendored

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