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