psi2ir: Support class literals in annotations

This commit is contained in:
Dmitry Petrov
2018-05-22 12:48:06 +03:00
parent e7f6ac1e50
commit 8dbfd85d26
5 changed files with 210 additions and 5 deletions
@@ -326,6 +326,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/declarations/annotations/arrayInAnnotationArguments.kt");
}
@TestMetadata("classLiteralInAnnotation.kt")
public void testClassLiteralInAnnotation() throws Exception {
runTest("compiler/testData/ir/irText/declarations/annotations/classLiteralInAnnotation.kt");
}
@TestMetadata("classesWithAnnotations.kt")
public void testClassesWithAnnotations() throws Exception {
runTest("compiler/testData/ir/irText/declarations/annotations/classesWithAnnotations.kt");