blob: 11a3dcb18f1463f497814fa732068df5181c6e77 [file] [log] [blame]
val map = hashMapOf(1 to 2)
for (<spot>(key, value)</spot> in map) {
}