ConvertToForEachFunctionCallIntention preserves comments outside of body too
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<caret>for (x /* current */ in 1..10/* from 1 to 10 */) { }
|
||||
}
|
||||
Reference in New Issue
Block a user