[FIR2IR] Process anonymous object nested classes correctly

#KT-42373 Fixed
This commit is contained in:
Mikhail Glukhikh
2020-10-01 10:42:46 +03:00
parent 76cdf97b6d
commit 3cd552cb43
6 changed files with 268 additions and 7 deletions
@@ -1746,6 +1746,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
}
@TestMetadata("InnerClassInAnonymous.kt")
public void testInnerClassInAnonymous() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
}
@TestMetadata("putIfAbsent.kt")
public void testPutIfAbsent() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/putIfAbsent.kt");