diff --git a/compiler/testData/diagnostics/testsWithJava8/annotations/deprecatedRepeatable.txt b/compiler/testData/diagnostics/testsWithJava8/annotations/deprecatedRepeatable.txt index 615fdad00c7..5d397f82bdb 100644 --- a/compiler/testData/diagnostics/testsWithJava8/annotations/deprecatedRepeatable.txt +++ b/compiler/testData/diagnostics/testsWithJava8/annotations/deprecatedRepeatable.txt @@ -1,29 +1,29 @@ package -kotlin.annotation.annotation() internal final class Annotations : kotlin.Annotation { +kotlin.annotation.annotation() public final class Annotations : kotlin.Annotation { public constructor Annotations(/*0*/ vararg value: RepAnn /*kotlin.Array*/) - internal final val value: kotlin.Array + public final val value: kotlin.Array 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 } -java.lang.annotation.Repeatable(value = OtherAnnotations::class) kotlin.annotation.annotation() internal final class OtherAnn : kotlin.Annotation { +java.lang.annotation.Repeatable(value = OtherAnnotations::class) kotlin.annotation.annotation() public final class OtherAnn : kotlin.Annotation { public constructor OtherAnn() 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 } -kotlin.annotation.annotation() internal final class OtherAnnotations : kotlin.Annotation { +kotlin.annotation.annotation() public final class OtherAnnotations : kotlin.Annotation { public constructor OtherAnnotations(/*0*/ vararg value: OtherAnn /*kotlin.Array*/) - internal final val value: kotlin.Array + public final val value: kotlin.Array 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 } -java.lang.annotation.Repeatable(value = Annotations::class) kotlin.annotation.annotation() internal final class RepAnn : kotlin.Annotation { +java.lang.annotation.Repeatable(value = Annotations::class) kotlin.annotation.annotation() public final class RepAnn : kotlin.Annotation { public constructor RepAnn() public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int diff --git a/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatable.txt b/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatable.txt index a4703d5b948..6f61ea1c391 100644 --- a/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatable.txt +++ b/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatable.txt @@ -1,6 +1,6 @@ package -RepeatableAnnotation() RepeatableAnnotation() internal final class My { +RepeatableAnnotation() RepeatableAnnotation() public final class My { public constructor My() public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int diff --git a/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatableRetention.txt b/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatableRetention.txt index da9e22cbe12..e41abbffb63 100644 --- a/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatableRetention.txt +++ b/compiler/testData/diagnostics/testsWithJava8/annotations/javaRepeatableRetention.txt @@ -1,6 +1,6 @@ package -RepeatableAnnotation() RepeatableAnnotation() internal final class My { +RepeatableAnnotation() RepeatableAnnotation() public final class My { public constructor My() public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int diff --git a/compiler/testData/diagnostics/testsWithJava8/annotations/javaUnrepeatable.txt b/compiler/testData/diagnostics/testsWithJava8/annotations/javaUnrepeatable.txt index 891ba230839..6b956e0f554 100644 --- a/compiler/testData/diagnostics/testsWithJava8/annotations/javaUnrepeatable.txt +++ b/compiler/testData/diagnostics/testsWithJava8/annotations/javaUnrepeatable.txt @@ -1,6 +1,6 @@ package -UnrepeatableAnnotation() UnrepeatableAnnotation() internal final class My { +UnrepeatableAnnotation() UnrepeatableAnnotation() public final class My { public constructor My() public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int