Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
catchParameterInTopLevelProperty.kt.txt
blob: 1be53a5cc95a5f8c13d5d57f1c32e80db9b6b47a [
file
] [
log
] [
blame
]
val test: Unit
field = try { // BLOCK
}
catch (e: Throwable){ // BLOCK
}
get