Test kotlin-repeatable annotations on Android

(except for type-use annotations)
This commit is contained in:
Ilya Gorbunov
2022-05-12 22:03:13 +03:00
committed by Space
parent 8da8c94363
commit e14ac2a062
7 changed files with 58 additions and 10 deletions
@@ -40147,6 +40147,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
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 {