FIR: temporarily drop parent manipulation code around super type entries
This commit is contained in:
@@ -2,7 +2,7 @@ open class Foo() {
|
||||
|
||||
}
|
||||
|
||||
class Barrr() : Foo by Foo() {}
|
||||
class Barrr() : <!SUPERTYPE_NOT_INITIALIZED!>Foo<!> by Foo() {}
|
||||
|
||||
interface T {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user