[FIR2IR] Process anonymous object nested classes correctly
#KT-42373 Fixed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user