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