Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlStructures
/
catchWithDefault.fir.kt
blob: b3fba2a22d731cf512f939889c1c0d5c18381340 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
fun test
()
{
try
{
}
catch
(<!
CATCH_PARAMETER_WITH_DEFAULT_VALUE
!>
e
:
Exception
=
Exception
()<!>)
{
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, localProperty, propertyDeclaration, tryExpression */