17176c00ae
#KT-35357 Fixed
5 lines
80 B
Plaintext
Vendored
5 lines
80 B
Plaintext
Vendored
fun foo(f: () -> Unit) {}
|
|
|
|
fun test() {
|
|
foo /* c1 */ { /* c2 */ } /* c3 */
|
|
} |