Smaller availability range for RemoveBracesIntention + refactored it and AddBracesIntention

This commit is contained in:
Valentin Kipyatkov
2015-04-14 17:59:52 +03:00
parent dc6c6f13d5
commit 1268684ced
14 changed files with 92 additions and 117 deletions
@@ -5,5 +5,5 @@ fun foo() {
while (true) {
doSomething("test")
doSomething("test2")
<caret>}
<caret>}
}