//IS_APPLICABLE: FALSE //ERROR: Unresolved reference: withIndices fun b(c: List) { for ((indexVariable, d) in c.withIndices()) { } }