Do not shown inaccessible symbols on auto-popup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
object O {
|
||||
private val zzzz = 0
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
O.z<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user