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