// IS_APPLICABLE: false // WITH_RUNTIME fun b(c: List) { for ((indexVariable, d) in c.withIndex()) { } }