This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
97010c7d7f2878e76e5ead8761022e3d3f19e4b3
kotlin-fork
/
idea
/
resources
/
intentionDescriptions
/
AddForLoopIndicesIntention
/
after.kt.template
T
Ross Hanson
97010c7d7f
KT-4820: Intention to introduce an index variable to a for loop over an ordered collection via "withIndices()."
2014-05-09 05:45:30 -04:00
3 lines
38 B
Plaintext
Raw
Blame
History
for ((i, x) in foo.withIndices()) {
}
Reference in New Issue
View Git Blame
Copy Permalink