expression: TRY
text: try {
        4
    } catch (e: Exception) {
        5
    } finally {
        9
    }
isUsedAsExpression: true
