65f06454be
#KT-30970 Fixed
8 lines
94 B
Kotlin
Vendored
8 lines
94 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun test(i: Int) {
|
|
if (i == 1) {
|
|
} <caret>else foo()
|
|
}
|
|
|
|
fun foo() {} |