Files
kotlin-fork/compiler/testData/psi/recovery/ForWithoutParamButWithRange.kt
2014-06-25 14:22:53 +04:00

4 lines
42 B
Kotlin
Vendored

fun test() {
for (in some()) {
}
}