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
@@ -1,7 +1,7 @@
fun doSomething<T>(a: T) {}
fun foo() {
<caret>if (true) {
if (true) <caret>{
//comment
doSomething("test")
}