[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
-1
@@ -120,7 +120,7 @@ private final class Outer {
|
||||
}
|
||||
|
||||
public sealed class SealedSpecialized : Foo<kotlin.String> {
|
||||
private constructor SealedSpecialized()
|
||||
internal constructor SealedSpecialized()
|
||||
public open override /*1*/ /*fake_override*/ val kotlin.String.prop: kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
@@ -181,3 +181,4 @@ public open class UnspecializedFromDerived : FooDerived {
|
||||
public open override /*1*/ /*fake_override*/ fun test(/*0*/ p: kotlin.String): kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user