4726b44371
So #KT-16332 Fixed
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun test(b: Boolean) {
|
|
<caret>while (b) /* aaa */ foo() // bbb
|
|
}
|