JVM IR: prevent behavior change with operator dot calls on literals
#KT-42321 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user