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