Remove Concat and StringPlus intrinsics in favor of IrStringConcatenation.
This commit is contained in:
committed by
max-kammerer
parent
26c9d69252
commit
f2392a6a28
@@ -3496,6 +3496,16 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testPrimitivesAsStringTemplates() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/primitivesAsStringTemplates.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("singleConcat.kt")
|
||||
public void testSingleConcat() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/singleConcat.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stringPlus.kt")
|
||||
public void testStringPlus() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/stringPlus.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/unsignedTypes")
|
||||
|
||||
Reference in New Issue
Block a user