279b406bca
#KT-5009 Fixed
7 lines
80 B
Plaintext
Vendored
7 lines
80 B
Plaintext
Vendored
fun foo() {
|
|
val x = 2
|
|
<caret>if (x <= 1) return
|
|
bar()
|
|
}
|
|
|
|
fun bar(){} |