fun String.xfoo(p: () -> Unit){} fun X.test() { val local: () -> Unit = { } "a".xf } // ELEMENT: xfoo // TAIL_TEXT: "(local) for String in "