fun test(some: (Int) -> Int) { } fun foo() { test() { // Some comment it } }