Initial support for KT-7090 Completion for callable references
#KT-7090 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user