Files
kotlin-fork/idea/resources/intentionDescriptions/SimplifyForIntention/after.kt.template
T
2016-01-14 13:41:45 +03:00

3 lines
70 B
Plaintext

val map = hashMapOf(1 to 2)
for (<spot>(key, value)</spot> in map) {
}