KJS: remove deprecated splitWithRegex and it's implementation in kotlin_lib.js

This commit is contained in:
Zalim Bashorov
2016-12-25 11:51:54 +03:00
parent d985d30f91
commit a71fbda8a1
4 changed files with 0 additions and 48 deletions
@@ -2941,12 +2941,6 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("stringSplit.kt")
public void testStringSplit() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/expression/stringClass/stringSplit.kt");
doTest(fileName);
}
@TestMetadata("subSequence.kt")
public void testSubSequence() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/expression/stringClass/subSequence.kt");