5 lines
62 B
Kotlin
Vendored
5 lines
62 B
Kotlin
Vendored
// SKIP_KT_DUMP
|
|
|
|
fun test() {
|
|
for (i in 0..0) fun x() {}
|
|
} |