Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlStructures
/
catchWithDefault.fir.kt
blob: bac12215b6a24fd0f671061f13f24831419ceae5 [
file
]
fun test
()
{
try
{
}
catch
(<!
CATCH_PARAMETER_WITH_DEFAULT_VALUE
!>
e
:
Exception
=
Exception
()<!>)
{
}
}