FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
Vendored
+1
-1
@@ -38,5 +38,5 @@ open class B3 {
|
||||
|
||||
class A3 : B3 {
|
||||
constructor()
|
||||
constructor(x: Int) : <!HIDDEN!>super<!>()
|
||||
constructor(x: Int) : <!INVISIBLE_REFERENCE!>super<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user