956094e062
Fixes #KT-9912
11 lines
134 B
Kotlin
Vendored
11 lines
134 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
<caret>if (true) {
|
|
if (false) {
|
|
foo()
|
|
} else {
|
|
|
|
}
|
|
}
|
|
} |