[JS IR BE] Unmute tests after adding stdlib

This commit is contained in:
Svyatoslav Kuzmich
2018-08-23 15:57:13 +03:00
parent 197a5969e2
commit ad58fdd158
75 changed files with 3 additions and 78 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Int.thisRef1() = fun () = this
fun Int.thisRef2() = fun (): Int {return this}