PSI2IR KT-45022 object in LHS of compound assignment
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -17204,6 +17204,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt44647.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45022.kt")
|
||||
public void testKt45022() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt45022.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4987.kt")
|
||||
public void testKt4987() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4987.kt");
|
||||
|
||||
Generated
+5
@@ -16689,6 +16689,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt44647.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45022.kt")
|
||||
public void testKt45022() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt45022.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4987.kt")
|
||||
public void testKt4987() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4987.kt");
|
||||
|
||||
Generated
+5
@@ -16754,6 +16754,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt44647.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45022.kt")
|
||||
public void testKt45022() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt45022.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4987.kt")
|
||||
public void testKt4987() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4987.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -10520,6 +10520,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45022.kt")
|
||||
public void testKt45022() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt45022.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4987.kt")
|
||||
public void testKt4987() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4987.kt");
|
||||
|
||||
Reference in New Issue
Block a user