4726b44371
So #KT-16332 Fixed
6 lines
79 B
Kotlin
Vendored
6 lines
79 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun test() {
|
|
<caret>for (i in 1..4) /* aaa */ foo() // bbb
|
|
}
|