[JS IR] Enable StringTrimLowering for JS IR backend
This commit is contained in:
+6
@@ -41752,6 +41752,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("trimOptimization.kt")
|
||||
public void testTrimOptimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/trimOptimization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("twoArgumentNullableStringOperatorPlus.kt")
|
||||
public void testTwoArgumentNullableStringOperatorPlus() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user