// WITH_RUNTIME // IS_APPLICABLE: false fun foo(list: List>) { var index = 0 for ((s1, s2) in list) { index++ } }