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