FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
@@ -8,7 +8,7 @@ object MyObject {
|
||||
|
||||
fun test1() {
|
||||
|
||||
doSmth(MyObject.<!HIDDEN!>message<!>)
|
||||
doSmth(MyObject.<!INVISIBLE_REFERENCE!>message<!>)
|
||||
}
|
||||
|
||||
class Test {
|
||||
@@ -17,7 +17,7 @@ class Test {
|
||||
}
|
||||
|
||||
fun test2() {
|
||||
doSmth(MyObject1.<!HIDDEN!>message<!>)
|
||||
doSmth(MyObject1.<!INVISIBLE_REFERENCE!>message<!>)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user