TryCatch -> UClass (name = TryCatch)
catches -> UMethod (name = catches)
        body -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
    e -> [!] UnknownKotlinExpression (VALUE_PARAMETER)
    Throwable -> USimpleNameReferenceExpression (identifier = Throwable)
        catcher -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
        finalizer -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
body -> UMethod (name = body)
catcher -> UMethod (name = catcher)
finalizer -> UMethod (name = finalizer)
TryCatchAnnotations -> UClass (name = TryCatchAnnotations)
java -> USimpleNameReferenceExpression (identifier = java)
lang -> USimpleNameReferenceExpression (identifier = lang)
SuppressWarnings -> USimpleNameReferenceExpression (identifier = SuppressWarnings)
catches -> UMethod (name = catches)
        body -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
    java -> USimpleNameReferenceExpression (identifier = java)
    lang -> USimpleNameReferenceExpression (identifier = lang)
    SuppressWarnings -> USimpleNameReferenceExpression (identifier = SuppressWarnings)
    e -> [!] UnknownKotlinExpression (VALUE_PARAMETER)
    Throwable -> USimpleNameReferenceExpression (identifier = Throwable)
        catcher -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
        finalizer -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
body -> UMethod (name = body)
catcher -> UMethod (name = catcher)
finalizer -> UMethod (name = finalizer)
