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