[FIR] Add NO_THIS & INSTANCE_ACCESS_BEFORE_SUPER_CALL
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
fun foo1() : Unit {
|
||||
this
|
||||
this@a
|
||||
<!NO_THIS!>this<!>
|
||||
<!UNRESOLVED_LABEL!>this@a<!>
|
||||
}
|
||||
Reference in New Issue
Block a user