4726b44371
So #KT-16332 Fixed
8 lines
116 B
Plaintext
Vendored
8 lines
116 B
Plaintext
Vendored
fun foo() {}
|
|
|
|
fun test(b: Boolean) {
|
|
if (b) {
|
|
foo() /* if comment */
|
|
} else foo() // else comment
|
|
}
|