[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:
-5
@@ -1,5 +0,0 @@
|
||||
// !LANGUAGE: -TopLevelSealedInheritance
|
||||
|
||||
sealed class Base
|
||||
|
||||
class Derived : Base()
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
// !LANGUAGE: -TopLevelSealedInheritance
|
||||
|
||||
sealed class Base
|
||||
|
||||
class Derived : <!SEALED_SUPERTYPE!>Base<!>()
|
||||
-15
@@ -1,15 +0,0 @@
|
||||
package
|
||||
|
||||
public sealed class Base {
|
||||
private constructor Base()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
public final class Derived : Base {
|
||||
public constructor Derived()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user