// WITH_RUNTIME data class XY(val x: Int, val y: Int) fun foo(list: List) { for ((x, y) in list) { } }