Skip to content

CGTryFinallyCatchStatement CatchBlocks are missing a Else-Block #5

Description

@ProHolz

Example:

begintry
calltest();
except
on E: EArgumentException dobegin
calltest();
end;
on E: Exception dobegin
calltest();
endelsebegin
calltest;
end;
end;
end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions