[KLIB] Add box test for generic annotations

This commit is contained in:
Roman Artemev
2021-03-11 13:18:54 +03:00
parent 0d8fff7186
commit 050db6d454
9 changed files with 93 additions and 0 deletions
@@ -127,6 +127,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt");
}
@TestMetadata("genericAnnotations.kt")
public void testGenericAnnotations() throws Exception {
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
}
@TestMetadata("javaAnnotationArrayValueDefault.kt")
public void testJavaAnnotationArrayValueDefault() throws Exception {
runTest("compiler/testData/codegen/box/annotations/javaAnnotationArrayValueDefault.kt");