[JS IR BE] Unmute tests

This commit is contained in:
Svyatoslav Kuzmich
2018-12-24 14:07:13 +03:00
parent 2818d3767e
commit 8fbf1ed683
9 changed files with 0 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null