FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
@@ -12,5 +12,5 @@ class C: A() {
|
||||
}
|
||||
|
||||
class D {
|
||||
fun qux() { B().<!HIDDEN!>foo<!>() }
|
||||
fun qux() { B().<!INVISIBLE_REFERENCE!>foo<!>() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user