Generate Java @Repeatable on Kotlin-repeatable annotation classes

#KT-12794
This commit is contained in:
Alexander Udalov
2021-07-22 21:41:24 +02:00
parent 92a73d7636
commit 26043f3968
8 changed files with 93 additions and 5 deletions
@@ -523,6 +523,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotation.kt");
}
@Test
@TestMetadata("kotlinAnnotationInJava.kt")
public void testKotlinAnnotationInJava() throws Exception {
runTest("compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationInJava.kt");
}
@Test
@TestMetadata("kotlinAnnotationWithBothRepeatables.kt")
public void testKotlinAnnotationWithBothRepeatables() throws Exception {