FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@ class C() {
|
||||
|
||||
fun box(): String {
|
||||
val c = C()
|
||||
if (c.<!HIDDEN!>f<!> != 610) return "fail"
|
||||
if (c.<!INVISIBLE_REFERENCE!>f<!> != 610) return "fail"
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user