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