Modified test checking visibility of class objects.

This commit is contained in:
Evgeny Gerashchenko
2013-12-03 19:56:58 +04:00
parent ecd5dc60ad
commit 212d303c7b
@@ -43,6 +43,9 @@ fun test() {
<!INVISIBLE_MEMBER!>B<!>.<!INVISIBLE_MEMBER!>bar<!>()
<!INVISIBLE_MEMBER!>C<!>.<!INVISIBLE_MEMBER!>baz<!>()
<!INVISIBLE_MEMBER!>D<!>.<!INVISIBLE_MEMBER!>quux<!>()
a.A.foo()
a.<!INVISIBLE_MEMBER!>C<!>.<!INVISIBLE_MEMBER!>baz<!>()
}
fun f(<!UNUSED_PARAMETER!>unused<!>: Any) {}