[K2 JS] Unmute and link to issue some JS K2 tests

This commit is contained in:
Alexander Korepanov
2024-01-02 14:45:36 +01:00
committed by Space Team
parent 7773fdab9a
commit f5d0c22736
21 changed files with 231 additions and 29 deletions
@@ -1,6 +1,7 @@
// IGNORE_ERRORS
// ERROR_POLICY: SYNTAX
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6
// K2 issue: KT-64845
// MODULE: lib
// FILE: t.kt
@@ -39,4 +40,4 @@ fun box(): String {
}
}
return "FAIL"
}
}
@@ -1,6 +1,7 @@
// IGNORE_ERRORS
// ERROR_POLICY: SYNTAX
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6
// K2 issue: KT-64820
// MODULE: lib
// FILE: t.kt
@@ -21,4 +22,4 @@ fun box(): String {
return "OK"
}
return "FAIL"
}
}