[Tests] Add missing and fix incorrect

This commit is contained in:
Anastasiya Shadrina
2021-09-05 18:56:07 +07:00
committed by TeamCityServer
parent f92ac6ca14
commit b0a7be72e8
10 changed files with 344 additions and 70 deletions
@@ -13,7 +13,7 @@ class B : A() {
inner class C {
fun g() {
super@B.f()
super@Context.<!UNRESOLVED_REFERENCE!>h<!>()
super<!UNRESOLVED_LABEL!>@Context<!>.h()
}
}
}