KT element: KtTryExpression
FIR element: FirTryExpressionImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
try {
    Int(1)
}
catch ([ResolvedTo(BODY_RESOLVE)] [IsCatchParameterProperty=true] e: R|kotlin/Throwable|) {
}
finally {
}

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] tryExpressionScript.kts
    context(<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|)
    SCRIPT: [ResolvedTo(TYPES)] <script-tryExpressionScript.kts>
        [ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|

        public final [ResolvedTo(BODY_RESOLVE)] fun x(): R|kotlin/Unit| {
            try {
                Int(1)
            }
            catch ([ResolvedTo(BODY_RESOLVE)] [IsCatchParameterProperty=true] e: R|kotlin/Throwable|) {
            }
            finally {
            }

        }
