KT-37059 Support 'String?.plus(Any?)' in JVM_IR
This commit is contained in:
+5
@@ -14554,6 +14554,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/nonShortCircuitAnd.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullPlusString.kt")
|
||||
public void testNullPlusString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/nullPlusString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("prefixIncDec.kt")
|
||||
public void testPrefixIncDec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/prefixIncDec.kt");
|
||||
|
||||
Reference in New Issue
Block a user