Report INVISIBLE_MEMBER on private class object usage

This commit is contained in:
Alexander Udalov
2013-10-18 17:28:27 +04:00
parent 94deb21551
commit 57aa355b05
5 changed files with 90 additions and 2 deletions
@@ -3,7 +3,7 @@ package foo
fun test() {
A.d
A.<!INVISIBLE_MEMBER!>f<!>
CCC.<!INVISIBLE_MEMBER!>classObjectVar<!>
<!INVISIBLE_MEMBER!>CCC<!>.<!INVISIBLE_MEMBER!>classObjectVar<!>
}
class A() {