Generate Java @Repeatable on Kotlin-repeatable annotation classes
#KT-12794
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user