Files
kotlin-fork/idea/resources/intentionDescriptions/DestructureIntention/after.kt.template
T

3 lines
70 B
Plaintext

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