Files
kotlin-fork/idea/testData/intentions/addForLoopIndices/inapplicableInBody.kt
T
Valentin Kipyatkov 8ffc1bb3a6 One more test added
2015-07-21 14:59:09 +03:00

7 lines
100 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo() {
for (a in listOf(1, 2, 3)) {<caret>
}
}