279b406bca
#KT-5009 Fixed
6 lines
68 B
Kotlin
6 lines
68 B
Kotlin
fun foo() {
|
|
val x = 2
|
|
<caret>if (x > 1) bar()
|
|
}
|
|
|
|
fun bar(){} |