3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
val map = hashMapOf(1 to 2)
|
|
for (<spot>(key, value)</spot> in map) {
|
|
} |