Files
kotlin-fork/compiler/testData/ir/irText/declarations/catchParameterInTopLevelProperty.txt
T
2017-05-05 09:59:30 +03:00

14 lines
598 B
Plaintext
Vendored

FILE /catchParameterInTopLevelProperty.kt
PROPERTY public val test: kotlin.Unit
FIELD PROPERTY_BACKING_FIELD public val test: kotlin.Unit
EXPRESSION_BODY
TRY type=kotlin.Unit
try: BLOCK type=kotlin.Unit origin=null
CATCH parameter=e: Throwable
VAR CATCH_PARAMETER val e: kotlin.Throwable
BLOCK type=kotlin.Unit origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test>(): kotlin.Unit
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test>(): Unit'
GET_FIELD 'test: Unit' type=kotlin.Unit origin=null