[KLIB] Add box test for generic annotations
This commit is contained in:
+6
@@ -136,6 +136,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericAnnotations.kt")
|
||||
public void testGenericAnnotations() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaAnnotationArrayValueDefault.kt")
|
||||
public void testJavaAnnotationArrayValueDefault() throws Exception {
|
||||
|
||||
+6
@@ -136,6 +136,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericAnnotations.kt")
|
||||
public void testGenericAnnotations() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaAnnotationArrayValueDefault.kt")
|
||||
public void testJavaAnnotationArrayValueDefault() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user