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