// WITH_RUNTIME fun main(args: Array) { val map = hashMapOf(1 to 1) for ((key) in map) { val key2 = key println(key) } }