[IR] Make IrGetObjectValue copyable to avoid duplicate IR nodes.
Fixes KT-45170
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -16844,6 +16844,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/objects/kt4086.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45170.kt")
|
||||
public void testKt45170() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt535.kt");
|
||||
|
||||
Generated
+5
@@ -16301,6 +16301,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/objects/kt4086.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45170.kt")
|
||||
public void testKt45170() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt535.kt");
|
||||
|
||||
Generated
+5
@@ -16366,6 +16366,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/objects/kt4086.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45170.kt")
|
||||
public void testKt45170() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt535.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -10157,6 +10157,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/objects/kt4086.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45170.kt")
|
||||
public void testKt45170() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt694.kt")
|
||||
public void testKt694() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt694.kt");
|
||||
|
||||
Reference in New Issue
Block a user