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