Completion and import popup for bound callable references
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package dependency
|
||||
|
||||
fun CharSequence.extFun(){}
|
||||
|
||||
val String.extVal: Int get() = 1
|
||||
|
||||
fun Int.wrongExtFun(){}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
val v = "a"::<caret>
|
||||
|
||||
// EXIST: extFun
|
||||
// EXIST: extVal
|
||||
// ABSENT: wrongExtFun
|
||||
Reference in New Issue
Block a user