// WITH_RUNTIME fun foo(bar: List) { for ((i,a) in bar.withIndex()) { } }