Test kotlin-repeatable annotations on Android
(except for type-use annotations)
This commit is contained in:
+6
@@ -40147,6 +40147,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/repeatable/kotlinAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kotlinAnnotationOnType.kt")
|
||||
public void testKotlinAnnotationOnType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/repeatable/kotlinAnnotationOnType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49335.kt")
|
||||
public void testKt49335() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user