[FIR] Check standalone companion object qualifiers are visible
This commit is contained in:
@@ -6,6 +6,7 @@ fun test() {
|
||||
B.<!INVISIBLE_MEMBER!>D<!>
|
||||
<!INVISIBLE_MEMBER!>CCC<!>
|
||||
CCC.<!INVISIBLE_MEMBER!>classObjectVar<!>
|
||||
E.F.G
|
||||
}
|
||||
|
||||
class A() {
|
||||
@@ -28,3 +29,10 @@ class CCC() {
|
||||
val classObjectVar = 3
|
||||
}
|
||||
}
|
||||
|
||||
class E {
|
||||
class F {
|
||||
companion object G
|
||||
}
|
||||
private companion object
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user