// WITH_RUNTIME fun main(args: Array) { val map = hashMapOf(1 to 1) for (entry in map) { val myKey = entry.key val myValue = entry.value } }