fun foo(f: (Int) -> String) {} fun test() { foo { // comment1 "" // comment2 } }