blob: 414782c9a9ac9545446add362dfa066678ae293d [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: Iterable<Int>) {
for (<caret>a in bar) {
}
}