[KLIB] Add box test for generic annotations
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user