Shadowed globals filtered out too

This commit is contained in:
Valentin Kipyatkov
2015-06-10 18:04:58 +03:00
parent abc9c1ab02
commit 7b553ef3a7
4 changed files with 30 additions and 4 deletions
@@ -0,0 +1,3 @@
package dependency
fun xxx(): Int = 0
@@ -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