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

4 lines
68 B
Kotlin
Vendored

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