FIR: Fix test data after rewritten scope structure
Mostly, the semantics for statics/companions has been changed there Fixed test data now is much closer to semantics of old FE
This commit is contained in:
+4
-4
@@ -28,7 +28,7 @@ open class A {
|
||||
class Simple: A() {
|
||||
init {
|
||||
Y().A_Y()
|
||||
Z().A_C_Z()
|
||||
<!UNRESOLVED_REFERENCE!>Z<!>().<!UNRESOLVED_REFERENCE!>A_C_Z<!>()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,10 +86,10 @@ class C: A() {
|
||||
}
|
||||
|
||||
init {
|
||||
Y().<!UNRESOLVED_REFERENCE!>C_C_Y<!>()
|
||||
Y().A_Y()
|
||||
Y().C_C_Y()
|
||||
Y().<!UNRESOLVED_REFERENCE!>A_Y<!>()
|
||||
|
||||
Z().C_C_Z()
|
||||
Z().<!UNRESOLVED_REFERENCE!>A_C_Z<!>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user