FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
@@ -14,7 +14,7 @@ fun x(f : Foo) {
|
||||
|
||||
f.<!UNRESOLVED_REFERENCE!>a<!>()
|
||||
<!UNRESOLVED_REFERENCE!>c<!>()
|
||||
<!HIDDEN!>R<!>()
|
||||
<!INVISIBLE_REFERENCE!>R<!>()
|
||||
}
|
||||
|
||||
object R {}
|
||||
|
||||
Reference in New Issue
Block a user