// "Add parameter to function 'baz'" "true" fun baz(function: (Int) -> String) {} fun foo() { baz { i: Int -> i.toString() } }