[Test] Update testdata of diagnostic tests during to change language to 1.5
Mostly this commit contains changes of descriptor dump of sealed classes tests according to changed visibility of sealed class constructor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
sealed class Base
|
||||
|
||||
class Derived: Base() {
|
||||
class Derived2: <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>Base<!>()
|
||||
class Derived2: Base()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
class Local: <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>Base<!>()
|
||||
class Local: <!SEALED_SUPERTYPE!>Base<!>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user