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