4726b44371
So #KT-16332 Fixed
7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun test() {
|
|
<caret>do /* aaa */ foo() // comment
|
|
while(true)
|
|
}
|