FIR JS: temporarily mute remaining codegen tests

This commit is contained in:
Ilya Chernikov
2022-08-22 16:46:30 +02:00
parent 78ca733c38
commit 7e4ee399c8
23 changed files with 26 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2: JS_IR
//test [], get and iterator calls
fun test(createIntNotLong: Boolean): String {
val a = if (createIntNotLong) IntArray(5) else LongArray(5)