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