JVM IR: prevent behavior change with operator dot calls on literals

#KT-42321 Fixed
This commit is contained in:
Alexander Udalov
2021-02-25 20:20:03 +01:00
parent c7498dd74d
commit bf844aa8e4
22 changed files with 920 additions and 50 deletions
@@ -1186,6 +1186,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/binaryOp/bitwiseOpNullable.kt");
}
@TestMetadata("boxingOfLiteralReceiverWithIntegerValueType.kt")
public void testBoxingOfLiteralReceiverWithIntegerValueType() throws Exception {
runTest("compiler/testData/codegen/box/binaryOp/boxingOfLiteralReceiverWithIntegerValueType.kt");
}
@TestMetadata("call.kt")
public void testCall() throws Exception {
runTest("compiler/testData/codegen/box/binaryOp/call.kt");