FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ class G : F() {
|
||||
}
|
||||
|
||||
fun test_fun_stays_protected(g: G) {
|
||||
g.<!HIDDEN!>protected_fun<!>()
|
||||
g.<!INVISIBLE_REFERENCE!>protected_fun<!>()
|
||||
}
|
||||
|
||||
//------------
|
||||
|
||||
Reference in New Issue
Block a user