More correct shadowed declarations filtering in completion

This commit is contained in:
Valentin Kipyatkov
2015-10-30 20:13:13 +03:00
parent 67cf9f9510
commit c11bf32594
7 changed files with 37 additions and 11 deletions
@@ -0,0 +1,7 @@
val xxx: String = ""
class C {
val xxx = x<caret>
}
// ABSENT: xxx