Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
catchParameterAccess.kt
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
}