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