FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
This commit is contained in:
+1
-1
@@ -33,5 +33,5 @@ class Test<in I> {
|
||||
}
|
||||
|
||||
fun <I> test(t: Test<I>) {
|
||||
t.apply(t.<!HIDDEN!>foo<!>())
|
||||
t.apply(t.<!INVISIBLE_REFERENCE!>foo<!>())
|
||||
}
|
||||
|
||||
@@ -33,5 +33,5 @@ class Test<in I, out O> {
|
||||
}
|
||||
|
||||
fun <I, O> test(t: Test<I, O>) {
|
||||
t.apply(t.<!HIDDEN!>i<!>)
|
||||
t.apply(t.<!INVISIBLE_REFERENCE!>i<!>)
|
||||
}
|
||||
|
||||
@@ -33,5 +33,5 @@ class Test<in I, out O> {
|
||||
}
|
||||
|
||||
fun <I, O> test(t: Test<I, O>) {
|
||||
t.<!HIDDEN!>i<!> = getT()
|
||||
t.<!INVISIBLE_REFERENCE!>i<!> = getT()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user