Modified test checking visibility of class objects.
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user