mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:20:17 +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
|
||||
Recognise(ttAt);
|
||||
RecogniseExpr(True);
|
||||
if fcTokenList.FirstSolidTokenType = ttComma then
|
||||
begin
|
||||
Recognise(ttComma);
|
||||
RecogniseExpr(True);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user