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

8 lines
88 B
Plaintext
Vendored

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