Files
kotlin-fork/idea/resources/intentionDescriptions/RemoveForLoopIndicesIntention/before.kt.template
T
2015-07-21 14:59:22 +03:00

3 lines
51 B
Plaintext

for (<spot>(i, x) in foo.withIndices()</spot>) {
}