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
77765a80640094de31db96778dbd0a65bbc5f661
kotlin-fork
/
idea
/
resources
/
intentionDescriptions
/
ConvertForEachToForLoopIntention
/
after.kt.template
T
Valentin Kipyatkov
a8d629f609
ConvertToForEachLoopIntention - renamed
2015-04-16 22:00:54 +03:00
5 lines
46 B
Plaintext
Raw
Blame
History
fun foo() {
for (a in x) {
a.bar()
}
}
Reference in New Issue
View Git Blame
Copy Permalink