fun foo(i: Int) { } fun test() { val i = (1 // abc /*def*/ + 2) foo(i) }