eb1dbfc652
#KT-12669
10 lines
141 B
Plaintext
Vendored
10 lines
141 B
Plaintext
Vendored
fun xfoo(p: () -> Unit = {}){}
|
|
|
|
fun test() {
|
|
xfoo { <caret> }
|
|
}
|
|
|
|
// ELEMENT: xfoo
|
|
// TAIL_TEXT: " {...} (p: () -> Unit = ...) (<root>)"
|
|
|