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