mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:58:12 +02:00
parent
8ba2fa933d
commit
8e63d7866a
@ -2324,6 +2324,8 @@ begin
|
||||
RaiseStrExpectedWithBlockStartHint('"end"');
|
||||
end else if CreateNodes and UpAtomIs('WITH') then begin
|
||||
ReadWithStatement(true,CreateNodes);
|
||||
end else if CreateNodes and UpAtomIs('ON') then begin
|
||||
ReadOnStatement(true,CreateNodes);
|
||||
end else begin
|
||||
// check for unexpected keywords
|
||||
case BlockType of
|
||||
|
Loading…
Reference in New Issue
Block a user