401d8c2d70
#KT-28619 Fixed
9 lines
134 B
Kotlin
Vendored
9 lines
134 B
Kotlin
Vendored
fun test() {
|
|
if (false)<caret>
|
|
while (true)
|
|
foo(1)
|
|
//comment about foo(2)
|
|
foo(2)
|
|
}
|
|
|
|
fun foo(i: Int) {} |