KT-4849 'Join lines' should remove braces from single-statement block

#KT-4849 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-10-01 18:04:43 +04:00
parent 53983774d0
commit bbc2d30f60
31 changed files with 269 additions and 1 deletions
@@ -0,0 +1,5 @@
fun foo() {
<caret>if (a) {
bar1(); bar2()
}
}