Do not shown inaccessible symbols on auto-popup

This commit is contained in:
Valentin Kipyatkov
2014-07-30 22:19:37 +04:00
parent 9168f0a91a
commit b5058fa7fd
5 changed files with 51 additions and 20 deletions
@@ -0,0 +1,10 @@
object O {
private val zzzz = 0
}
fun foo() {
O.z<caret>
}
// INVOCATION_COUNT: 0
// NUMBER: 0