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