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