[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:
@@ -2,8 +2,8 @@ class A {
|
||||
sealed class Base
|
||||
}
|
||||
|
||||
class Derived : <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>A.Base<!>()
|
||||
class Derived : A.Base()
|
||||
|
||||
fun test() {
|
||||
class DerivedLocal : <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>A.Base<!>()
|
||||
class DerivedLocal : <!SEALED_SUPERTYPE!>A.Base<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user