FIR: rename HIDDEN to INVISIBLE_REFERENCE

Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
pyos
2021-04-19 10:14:16 +02:00
committed by Mikhail Glukhikh
parent f1cf6b54e7
commit e6d923f65c
139 changed files with 284 additions and 468 deletions
@@ -17,11 +17,11 @@ class C1
// FILE: 2.kt
package pp
<!HIDDEN!>@A(<!HIDDEN!>foo<!>)<!>
<!INVISIBLE_REFERENCE!>@A(<!INVISIBLE_REFERENCE!>foo<!>)<!>
fun f2() {}
<!HIDDEN!>@A(<!HIDDEN!>foo<!>)<!>
<!INVISIBLE_REFERENCE!>@A(<!INVISIBLE_REFERENCE!>foo<!>)<!>
val p2 = ""
<!HIDDEN!>@A(<!HIDDEN!>foo<!>)<!>
<!INVISIBLE_REFERENCE!>@A(<!INVISIBLE_REFERENCE!>foo<!>)<!>
class C2