diff --git a/compiler/testData/asJava/lightClasses/AnnotationKotlinAndJavaRepeatable.fir.java b/compiler/testData/asJava/lightClasses/AnnotationKotlinAndJavaRepeatable.fir.java index 7e96d30f667..186b5835fb1 100644 --- a/compiler/testData/asJava/lightClasses/AnnotationKotlinAndJavaRepeatable.fir.java +++ b/compiler/testData/asJava/lightClasses/AnnotationKotlinAndJavaRepeatable.fir.java @@ -1,6 +1,6 @@ -@java.lang.annotation.Repeatable(value = TwoContainer.class) +@java.lang.annotation.Repeatable() @kotlin.annotation.Repeatable() public abstract @interface Two /* Two*/ { public abstract java.lang.String name();// name() -} +} \ No newline at end of file