// WITH_RUNTIME fun test(list: List>) { list.forEach { (s, _) -> println(s) } }