FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
+2
-2
@@ -5,6 +5,6 @@ class My {
|
||||
}
|
||||
|
||||
fun My.foo(i: Int) {
|
||||
<!HIDDEN!>i<!>("")
|
||||
<!HIDDEN!>1<!>("")
|
||||
<!INVISIBLE_REFERENCE!>i<!>("")
|
||||
<!INVISIBLE_REFERENCE!>1<!>("")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user