FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ fun bar(arg: String) = arg
|
||||
class Derived : Base("123") {
|
||||
|
||||
private inline fun foo() {
|
||||
bar(<!HIDDEN!>v<!>)
|
||||
bar(<!INVISIBLE_REFERENCE!>v<!>)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user