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,3 +1,3 @@
fun foo(a: List<Int>) {
for<caret> (x in a) val y = x
for (x in a) <caret>val y = x
}