fun xfoo(p: () -> Unit = {}){} fun test() { xfoo { } } // ELEMENT: xfoo // TAIL_TEXT: " {...} (p: () -> Unit = ...) ()"