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