fun foo(p: (x: Char, String) -> Unit){} fun bar() { foo { } } // ELEMENT: "x, s ->"