d38ceb50b6
#KT-7090 Fixed
9 lines
207 B
Kotlin
Vendored
9 lines
207 B
Kotlin
Vendored
fun xfoo(p: (String, Char) -> Unit){}
|
|
|
|
fun test() {
|
|
::xfo<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"xfoo", itemText: "xfoo", tailText: "(p: (String, Char) -> Unit) (<root>)", typeText:"Unit" }
|
|
// NOTHING_ELSE
|