[K2] Support reporting of SUPERTYPE_INITIALIZED_IN_EXPECTED_CLASS

...on regular classes and enum entries.

^KT-59979 Fixed
This commit is contained in:
Roman Efremov
2023-10-11 13:06:05 +02:00
committed by Space Team
parent 32a87836c2
commit a05b37c652
13 changed files with 96 additions and 9 deletions
@@ -7,7 +7,7 @@ open class Base {
open operator fun plus(b: Base) = Base()
}
expect open class Derived constructor() : Base() {
expect open class Derived constructor() : Base {
}
// MODULE: main()()(common)