JS IR: mute codegen box tests automatically
This commit is contained in:
@@ -1 +1,2 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
fun box() = if (4 as? Unit != null) "Fail" else "OK"
|
||||
Reference in New Issue
Block a user
@@ -1 +1,2 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
fun box() = if (4 as? Unit != null) "Fail" else "OK"
|
||||