[JS IR] Unmute fixed tests

This commit is contained in:
Roman Artemev
2021-06-01 19:48:28 +03:00
parent a36135baf1
commit 5f65b46dfc
2 changed files with 1 additions and 2 deletions
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JS_IR
fun g(b: (Int, (Int) -> String) -> Array<String>): Array<String> =
b(1) { "OK" }