[K2 JS] Unmute and link to issue some JS K2 tests
This commit is contained in:
committed by
Space Team
parent
7773fdab9a
commit
f5d0c22736
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6
|
||||
// ISSUE: KT-64652
|
||||
// EXPECTED_REACHABLE_NODES: 1323
|
||||
fun <T> checkThrown(x: T, block: (T) -> Any?): Unit? {
|
||||
return try {
|
||||
@@ -93,4 +94,4 @@ fun box(): String {
|
||||
} ?: return "fail8"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user