KT-37059 Support 'String?.plus(Any?)' in JVM_IR
This commit is contained in:
Generated
+5
@@ -11624,6 +11624,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -11689,6 +11689,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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