bbc2d30f60
#KT-4849 Fixed
8 lines
83 B
Kotlin
Vendored
8 lines
83 B
Kotlin
Vendored
fun foo() {
|
|
<caret>if (a) {
|
|
bar1()
|
|
} else {
|
|
bar2()
|
|
}
|
|
}
|