Smaller availability range for RemoveBracesIntention + refactored it and AddBracesIntention
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo() {
|
||||
for<caret> (i in 1..4) {
|
||||
for (i in 1..4) {<caret>
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user