Files
kotlin-fork/idea/testData/intentions/addForLoopIndices/noBody.kt.after
T
2015-07-21 15:55:57 +03:00

4 lines
89 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(bar: IntArray) {
for ((index, a) in bar.withIndex())<caret>
}