blob: a907c08aba7a49a96939ffff786601c00b72a3b7 [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: Array<Object>) {
for (<caret>a in bar) {
}
}