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