Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
catchParameterInTopLevelProperty.kt
blob: c91f9b4e05b63a1e1019359f96ff40a14f443b9a [
file
]
// FIR_IDENTICAL
val test
=
try
{
}
catch
(
e
:
Throwable
)
{
}