Files
kotlin-fork/idea/resources/intentionDescriptions/RemoveForLoopIndicesIntention/before.kt.template
T

3 lines
37 B
Plaintext

for ((i,x) in foo.withIndices()) {
}