[Tests] Add missing and fix incorrect
This commit is contained in:
committed by
TeamCityServer
parent
f92ac6ca14
commit
b0a7be72e8
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user