Files
kotlin-fork/idea/testData/intentions/removeForLoopIndices/simpleLoopWithIndices.kt.after
T
2015-07-21 14:59:08 +03:00

6 lines
74 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(bar: List<String>) {
for (a in bar) {
}
}