[K2] Support reporting of SUPERTYPE_INITIALIZED_IN_EXPECTED_CLASS
...on regular classes and enum entries. ^KT-59979 Fixed
This commit is contained in:
committed by
Space Team
parent
32a87836c2
commit
a05b37c652
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user