Files
kotlin-fork/idea/testData/intentions/addForLoopIndices/objectArray.kt
T
2015-07-21 11:37:19 +03:00

6 lines
81 B
Kotlin
Vendored

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