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