fun foo(f: () -> Unit) {} fun bar(a: Int = 42) {} fun test() { foo { bar() } }