// WITH_RUNTIME fun foo(bar: Sequence) { for ((index, a) in bar.withIndex()) print(a) }