[JS IR BE] support CharSequence and String methods

This commit is contained in:
Anton Bannykh
2018-09-19 17:09:26 +03:00
parent 3e90d367f2
commit beaf6df8c5
40 changed files with 67 additions and 42 deletions
@@ -122,8 +122,7 @@ public class GenerateRangesCodegenTestData {
private static final List<String> IGNORED_FOR_JS_BACKEND = Collections.emptyList();
private static final List<String> IGNORED_FOR_JS_IR_BACKEND = Arrays.asList("inexactDownToMinValue.kt",
"inexactToMaxValue.kt",
"simpleRangeWithNonConstantEnds.kt");
"inexactToMaxValue.kt");
private static final List<String> IGNORED_FOR_NATIVE_BACKEND = Collections.emptyList();