6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
fun foo() {
|
|
<caret>if (a) {
|
|
if (b) foo() else bar()
|
|
}
|
|
}
|