[JS IR] Enable StringTrimLowering for JS IR backend

This commit is contained in:
Sergej Jaskiewicz
2021-10-06 17:19:22 +03:00
committed by Space
parent ca2f37f6eb
commit 9ee8f1e961
10 changed files with 197 additions and 0 deletions
@@ -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 {