Fixed if-statements with else branch handling
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
if (a) <caret>if (b) foo() else bar()
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
if (a) <caret>if (b) foo() else bar()
|
||||
}
|
||||