[FIR] Use tower to resolve delegated constructors, set dispatch receiver

This commit is contained in:
Mikhail Glukhikh
2020-04-10 18:29:14 +03:00
parent 0b8c497d2e
commit 457fb09e3a
60 changed files with 226 additions and 106 deletions
@@ -38,9 +38,9 @@ interface E {
}
class Test2 : A.APublicI, B.BInner {
<!UNRESOLVED_REFERENCE!>class Test2 : A.APublicI, B.BInner {
}
}<!>
class Test3 : C.CPublicI, <!EXPOSED_SUPER_CLASS!>C<!> {
@@ -50,9 +50,9 @@ class Test4 : E, A.AProtectedI {
}
class Test5 : C.CPublicI, B.BInner {
<!UNRESOLVED_REFERENCE!>class Test5 : C.CPublicI, B.BInner {
}
}<!>
class Test6 : E, <!EXPOSED_SUPER_CLASS!>C.CPublic<!> {