psi2ir: Java annotations have no primary constructor

This commit is contained in:
Dmitry Petrov
2018-05-30 16:16:54 +03:00
parent 8094cb7dc5
commit 7b1b557250
4 changed files with 43 additions and 3 deletions
@@ -381,6 +381,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/declarations/annotations/functionsWithAnnotations.kt");
}
@TestMetadata("javaAnnotation.kt")
public void testJavaAnnotation() throws Exception {
runTest("compiler/testData/ir/irText/declarations/annotations/javaAnnotation.kt");
}
@TestMetadata("localDelegatedPropertiesWithAnnotations.kt")
public void testLocalDelegatedPropertiesWithAnnotations() throws Exception {
runTest("compiler/testData/ir/irText/declarations/annotations/localDelegatedPropertiesWithAnnotations.kt");