Files
kotlin-fork/idea/idea-completion/testData/basic/common/callableReference/HigherOrderFunction.kt
T
2015-10-03 10:40:49 +03:00

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