KT-36956 fix back-end part in JVM and JVM_IR
PSI2IR: deparenthesize LHS expression when generating assignment receiver. FE: record 'set' operator call for code generation.
This commit is contained in:
+5
@@ -12692,6 +12692,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/increment/genericClassWithGetSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36956.kt")
|
||||
public void testKt36956() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/kt36956.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("memberExtOnLong.kt")
|
||||
public void testMemberExtOnLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/memberExtOnLong.kt");
|
||||
|
||||
+5
@@ -12692,6 +12692,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/increment/genericClassWithGetSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36956.kt")
|
||||
public void testKt36956() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/kt36956.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("memberExtOnLong.kt")
|
||||
public void testMemberExtOnLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/memberExtOnLong.kt");
|
||||
|
||||
+5
@@ -11562,6 +11562,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/increment/genericClassWithGetSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36956.kt")
|
||||
public void testKt36956() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/kt36956.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("memberExtOnLong.kt")
|
||||
public void testMemberExtOnLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/memberExtOnLong.kt");
|
||||
|
||||
+5
@@ -11562,6 +11562,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/increment/genericClassWithGetSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36956.kt")
|
||||
public void testKt36956() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/kt36956.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("memberExtOnLong.kt")
|
||||
public void testMemberExtOnLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/memberExtOnLong.kt");
|
||||
|
||||
@@ -1061,6 +1061,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt30796.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36956.kt")
|
||||
public void testKt36956() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt36956.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInCAO.kt")
|
||||
public void testLambdaInCAO() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/lambdaInCAO.kt");
|
||||
|
||||
Reference in New Issue
Block a user