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
8b44c936676bcf74a9e5af89a60ba4865dfed9e4
kotlin-fork
/
idea
/
testData
/
intentions
/
convertToForEachFunctionCall
/
emptyBody.kt.after
T
Valentin Kipyatkov
8b44c93667
JetPsiFactory.createByPattern supports PsiChildRange as argument, used it in ConvertToForEachFunctionCallIntention
2015-05-27 16:15:54 +03:00
3 lines
42 B
Plaintext
Raw
Blame
History
fun foo() {
(1..10).forEach { x -> }
}
Reference in New Issue
View Git Blame
Copy Permalink