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:
+5
-5
@@ -10,14 +10,14 @@ class C: A() {
|
||||
val b: B = null!!
|
||||
|
||||
init {
|
||||
B()
|
||||
<!UNRESOLVED_REFERENCE!>B<!>()
|
||||
}
|
||||
|
||||
object O {
|
||||
val b: B = null!!
|
||||
|
||||
init {
|
||||
B()
|
||||
<!UNRESOLVED_REFERENCE!>B<!>()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ class C: A() {
|
||||
val b: B = null!!
|
||||
|
||||
init {
|
||||
B()
|
||||
<!UNRESOLVED_REFERENCE!>B<!>()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ class C: A() {
|
||||
val b: B = null!!
|
||||
|
||||
init {
|
||||
B()
|
||||
<!UNRESOLVED_REFERENCE!>B<!>()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user