[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
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun stringConcat(n : Int) : String? {
var string : String? = ""
for (i in 0..(n - 1))