[FIR] Add NO_THIS & INSTANCE_ACCESS_BEFORE_SUPER_CALL
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ interface Base {
|
||||
}
|
||||
val String.test: Base = object: Base {
|
||||
override fun foo() {
|
||||
this@test
|
||||
<!UNRESOLVED_LABEL!>this@test<!>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user