4726b44371
So #KT-16332 Fixed
8 lines
99 B
Kotlin
Vendored
8 lines
99 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun test(a: Int) {
|
|
when (a) {
|
|
<caret>1 -> /* aaa */ foo() // bbb
|
|
}
|
|
}
|