Smaller availability range for RemoveBracesIntention + refactored it and AddBracesIntention
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun foo(a: List<Int>) {
|
||||
for<caret> (x in a) val y = x
|
||||
for (x in a) <caret>val y = x
|
||||
}
|
||||
Reference in New Issue
Block a user