Smart completion for bound callable references

This commit is contained in:
Valentin Kipyatkov
2016-06-22 21:21:07 +03:00
parent e05aa41bbc
commit a25841e9c7
7 changed files with 52 additions and 14 deletions
@@ -12,4 +12,5 @@ val Any.xTopLevelValOnAny: Int get() = 1
val Int.xTopLevelValOnInt: Int get() = 1
// EXIST: { lookupString:"xTopLevelIntVal", itemText:"xTopLevelIntVal", tailText: " for String in <root>", typeText: "Int" }
// EXIST: { lookupString:"xTopLevelValOnAny", itemText:"xTopLevelValOnAny", tailText: " for Any in <root>", typeText: "Int" }
// NOTHING_ELSE