FIR2IR: don't generate IrGetObject for anonymous objects

This commit is contained in:
Mikhail Glukhikh
2021-01-20 11:49:39 +03:00
parent 06ee768c6a
commit 9e5c9efadf
8 changed files with 585 additions and 1 deletions
@@ -2074,6 +2074,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/AnnotationInAnnotation.kt");
}
@Test
@TestMetadata("AnnotationLoader.kt")
public void testAnnotationLoader() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/AnnotationLoader.kt");
}
@Test
@TestMetadata("candidateSymbol.kt")
public void testCandidateSymbol() throws Exception {