K1: Support referencing class context receivers in a form of this@Name
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ class B : A() {
|
||||
inner class C {
|
||||
fun g() {
|
||||
super@B.f()
|
||||
<!DEBUG_INFO_MISSING_UNRESOLVED!>super<!><!UNRESOLVED_REFERENCE!>@Context<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>h<!>()
|
||||
<!SUPERCLASS_NOT_ACCESSIBLE_FROM_INTERFACE!>super@Context<!>.<!UNRESOLVED_REFERENCE!>h<!>()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user