[Test] Update different testdata according to changes in sealed classes

This commit is contained in:
Dmitriy Novozhilov
2021-01-14 14:56:37 +03:00
parent 81fd8b5940
commit ee1aff1012
11 changed files with 17 additions and 17 deletions
@@ -12,7 +12,7 @@ public sealed class Sealed : R|kotlin/Any| {
public final val z: R|test/Z|
public get(): R|test/Z|
@R|test/Ann|() private constructor(@R|test/Ann|() z: R|test/Z|): R|test/Sealed|
@R|test/Ann|() internal constructor(@R|test/Ann|() z: R|test/Z|): R|test/Sealed|
}
@@ -14,7 +14,7 @@ public sealed class SealedClass : R|kotlin/Any| {
}
private constructor(): R|test/SealedClass|
internal constructor(): R|test/SealedClass|
}