075620daad
#KT-30900 Fixed
7 lines
89 B
Kotlin
Vendored
7 lines
89 B
Kotlin
Vendored
fun foo() {
|
|
<caret>if (true) {
|
|
bar(1)
|
|
} else bar(2)
|
|
}
|
|
|
|
fun bar(i: Int) {} |