FIR: temporarily drop parent manipulation code around super type entries

This commit is contained in:
Mikhail Glukhikh
2021-03-24 18:51:13 +03:00
parent ff4d193891
commit 648bf99842
10 changed files with 36 additions and 92 deletions
@@ -2,7 +2,7 @@ open class Foo() {
}
class Barrr() : Foo by Foo() {}
class Barrr() : <!SUPERTYPE_NOT_INITIALIZED!>Foo<!> by Foo() {}
interface T {}