Files
kotlin-fork/compiler/testData/psi/recovery/ForRecovery.kt
T
2013-02-26 18:34:43 +04:00

3 lines
35 B
Kotlin

fun f() {
for (v: in 1..2) {}
}