Shadowed globals filtered out too
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package dependency
|
||||
|
||||
fun xxx(): Int = 0
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
fun xxx(){}
|
||||
|
||||
fun f() {
|
||||
xx<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: { lookupString: "xxx", itemText: "xxx", tailText: "()", typeText: "Unit" }
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user