a4c5907a1f
#KT-8898 Fixed
11 lines
198 B
Plaintext
Vendored
11 lines
198 B
Plaintext
Vendored
fun String.xfoo(p: () -> Unit): String = ""
|
|
|
|
fun X.test() {
|
|
val local: () -> Unit = { }
|
|
"a".xfoo(local).<caret>
|
|
}
|
|
|
|
// ELEMENT: xfoo
|
|
// TAIL_TEXT: "(local) for String in <root>"
|
|
// CHAR: '.'
|