mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:20:46 +02:00
Jedi Code Format: Parse raise exception.create(msg) at adress,adress. Issue #39142, patch by Domingo Galmés.
git-svn-id: trunk@65361 -
This commit is contained in:
parent
bd59984c98
commit
88a3b7c7ab
@ -3410,6 +3410,11 @@ begin
|
|||||||
begin
|
begin
|
||||||
Recognise(ttAt);
|
Recognise(ttAt);
|
||||||
RecogniseExpr(True);
|
RecogniseExpr(True);
|
||||||
|
if fcTokenList.FirstSolidTokenType = ttComma then
|
||||||
|
begin
|
||||||
|
Recognise(ttComma);
|
||||||
|
RecogniseExpr(True);
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user