[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
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// DONT_RUN_GENERATED_CODE: JS
fun escapeChar(c : Char) : String? = when (c) {