Added parameters and type text (grayed) to "::xxx" items in smart completion

This commit is contained in:
Valentin Kipyatkov
2015-10-01 22:33:43 +03:00
parent 58bcb576a1
commit f58f5dd82a
3 changed files with 5 additions and 10 deletions
@@ -7,7 +7,7 @@ fun bar() {
fun f1(){}
fun f2(i: Int){}
// EXIST: { lookupString:"::f1", itemText:"::f1", tailText:null, typeText:null }
// EXIST: { lookupString: "::f1", itemText: "::f1", tailText: "() (<root>)", typeText: "Unit" }
// ABSENT: ::f2
// ABSENT: ::Unit
// ABSENT: ::Nothing