FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ class B extends A {
|
||||
// FILE: test.kt
|
||||
|
||||
fun test() {
|
||||
A.<!HIDDEN!>a<!>
|
||||
A.<!HIDDEN!>foo<!>()
|
||||
A.<!INVISIBLE_REFERENCE!>a<!>
|
||||
A.<!INVISIBLE_REFERENCE!>foo<!>()
|
||||
A.b
|
||||
A.bar()
|
||||
B.a
|
||||
|
||||
Reference in New Issue
Block a user