Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
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
<!>()<!>)
{
}
}