Closed
Description
This issue was originally filed by [email protected]
For example:
class Zebra {
static int x;
Zebra() {}
}
void main() {
Zebra z = new Zebra();
z. // here code completion shows the static member 'x' even though it cannot be accessed through the instance variable
}
Metadata
Metadata
Assignees
Labels
No labels