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
@@ -9,11 +9,11 @@ private val a = 1
package p
val b = <!HIDDEN!>a<!> // same package, same module
val b = <!INVISIBLE_REFERENCE!>a<!> // same package, same module
// MODULE: m2(m1)
// FILE: c.kt
package p
val c = <!HIDDEN!>a<!> // same package, another module
val c = <!INVISIBLE_REFERENCE!>a<!> // same package, another module