blob: e91fccff3f21f81eadf7e94666690bfbe74d320f [file] [log] [blame]
// WITH_RUNTIME
fun test() {
for ((i, s) in mapOf(1 to "1", 2 to "2")) {
<caret>
}
}