blob: 8902f9223fd8d1ab7ef3c7727ebac49dcd06f34b [file] [log] [blame]
fun foo(i: Int) { }
fun test() {
val i = (1 // abc
/*def*/ + 2)
foo(i)
}