Completion and import popup for bound callable references

This commit is contained in:
Valentin Kipyatkov
2016-06-20 19:36:30 +03:00
parent 079d857aa2
commit e05aa41bbc
13 changed files with 206 additions and 24 deletions
@@ -0,0 +1,7 @@
package dependency
fun CharSequence.extFun(){}
val String.extVal: Int get() = 1
fun Int.wrongExtFun(){}
@@ -0,0 +1,5 @@
val v = "a"::<caret>
// EXIST: extFun
// EXIST: extVal
// ABSENT: wrongExtFun