[IR] Add irText test for generic annotations

This commit is contained in:
Roman Artemev
2021-03-10 17:38:32 +03:00
parent 79935e29de
commit 607a598f1a
7 changed files with 613 additions and 0 deletions
@@ -575,6 +575,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
runTest("compiler/testData/ir/irText/declarations/annotations/functionsWithAnnotations.kt");
}
@Test
@TestMetadata("genericAnnotationClasses.kt")
public void testGenericAnnotationClasses() throws Exception {
runTest("compiler/testData/ir/irText/declarations/annotations/genericAnnotationClasses.kt");
}
@Test
@TestMetadata("inheritingDeprecation.kt")
public void testInheritingDeprecation() throws Exception {