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:
juha 2021-07-04 12:11:23 +00:00
parent bd59984c98
commit 88a3b7c7ab

View File

@ -3410,6 +3410,11 @@ begin
begin
Recognise(ttAt);
RecogniseExpr(True);
if fcTokenList.FirstSolidTokenType = ttComma then
begin
Recognise(ttComma);
RecogniseExpr(True);
end;
end;
end;