[IR] Make IrGetObjectValue copyable to avoid duplicate IR nodes.
Fixes KT-45170
This commit is contained in:
+6
@@ -25170,6 +25170,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/objects/kt42758.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45170.kt")
|
||||
public void testKt45170() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user