bbc2d30f60
#KT-4849 Fixed
7 lines
88 B
Kotlin
Vendored
7 lines
88 B
Kotlin
Vendored
fun foo() {
|
|
<caret>if (a) {
|
|
bar()
|
|
// do something else here
|
|
}
|
|
}
|