[FIR] Fix INSTANCE_ACCESS_BEFORE_SUPER_CALL
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ class A {
|
||||
{
|
||||
<!ARGUMENT_TYPE_MISMATCH, TYPE_MISMATCH!><!UNRESOLVED_REFERENCE!>foo<!>() +
|
||||
<!INSTANCE_ACCESS_BEFORE_SUPER_CALL!>this<!>.foo() +
|
||||
this<!UNRESOLVED_LABEL!>@A<!>.foo() +
|
||||
<!INSTANCE_ACCESS_BEFORE_SUPER_CALL!>this@A<!>.foo() +
|
||||
<!UNRESOLVED_REFERENCE!>foobar<!>()<!>
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user