[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:
@@ -3,7 +3,7 @@ package
|
||||
public fun priority(/*0*/ op: Operation): kotlin.Int
|
||||
|
||||
public sealed class Operation {
|
||||
private constructor Operation(/*0*/ left: kotlin.Int, /*1*/ right: kotlin.Int)
|
||||
internal constructor Operation(/*0*/ left: kotlin.Int, /*1*/ right: kotlin.Int)
|
||||
public final val left: kotlin.Int
|
||||
public final val right: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
@@ -51,3 +51,4 @@ public sealed class Operation {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user