Skip to content

CGTryFinallyCatchStatement CatchBlocks are missing a Else-Block #5

@ProHolz

Description

@ProHolz

Example:

begin
   try
      calltest();
   except
      on E: EArgumentException do
         begin
           calltest();
         end;
      on E: Exception do
         begin
            calltest();
         end
      else
         begin
            calltest;
         end;
   end;
end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions