KT-5927 Join Lines could merge nested if's
#KT-5927 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
<caret>if (a && b) {
|
||||
if (c || d) foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user