[JS IR BE] Unmute tests

This commit is contained in:
Svyatoslav Kuzmich
2018-10-10 17:27:18 +03:00
parent e73ff16b35
commit 89f7ced0d4
6 changed files with 0 additions and 6 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class Box<T>(val value: T)
fun box() : String {