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