Files
kotlin-fork/compiler/testData/ir/irText/declarations/catchParameterInTopLevelProperty.kt.txt
T
2020-11-26 00:14:34 +03:00

9 lines
89 B
Plaintext
Vendored

val test: Unit
field = try { // BLOCK
}
catch (e: Throwable){ // BLOCK
}
get