Store file-level annotations in IrFile (should be on some descriptor, really).

This commit is contained in:
Dmitry Petrov
2016-09-07 14:25:17 +03:00
committed by Dmitry Petrov
parent e23325b014
commit 4e270ef487
6 changed files with 53 additions and 2 deletions
@@ -202,6 +202,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("fileWithAnnotations.kt")
public void testFileWithAnnotations() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/declarations/fileWithAnnotations.kt");
doTest(fileName);
}
@TestMetadata("localDelegatedProperties.kt")
public void testLocalDelegatedProperties() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/declarations/localDelegatedProperties.kt");