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