KT-4849 'Join lines' should remove braces from single-statement block
#KT-4849 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
<caret>if (a) {
|
||||
bar1(); bar2()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user