blob: 66fb942fd4c012359ea1117f5ee1b1d73fab6523 [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: IntArray) {
for ((index, a) in bar.withIndex())<caret>
}