JetPsiFactory.createByPattern supports PsiChildRange as argument, used it in ConvertToForEachFunctionCallIntention
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
<caret>for (x in 1..10) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user