blob: b67c1a2c73556c25e9181a77fd41c296d90d2681 [file] [log] [blame]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun b(c: List<String>) {
for ((<caret>indexVariable, d) in c.withIndex()) {
}
}