4726b44371
So #KT-16332 Fixed
10 lines
116 B
Plaintext
Vendored
10 lines
116 B
Plaintext
Vendored
fun foo() {}
|
|
|
|
fun test(a: Int) {
|
|
when (a) {
|
|
1 -> {
|
|
/* aaa */ foo() // bbb
|
|
}
|
|
}
|
|
}
|