fun foo(p: (word: String, number: Int) -> Unit){} fun bar() { foo() } // ELEMENT: "{ word, number -> ... }"