blob: e907ccc131b70cadc0f50155092404888e737c1b [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: List<String>) {
for ((i<caret>,a) in bar.withIndex()) {
}
}