Skip to content

Multiple line statements are not correctly parsed #344

Description

@ghelbere

Example with error (from TMS, AdvMemo:

procedure TAdvCustomMemo.UndoChange;
begin
if Assigned(FOnUndoChange) then
FOnUndoChange(Self, InternalUndoList.Pos < InternalUndoList.Count,
InternalUndoList.Pos > 0);
end;

Says that ")" is not required here (exception)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions