blob: e8e6cfbcfef2b876aefe6acefc3923102598b4c6 [file] [log] [blame]
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
fun test(f: () -> Unit) =
try { f() } catch (e: Exception) { throw e }