CodeTools: allow absolute $0:$0 syntax. Issue #32506

git-svn-id: trunk@56002 -
This commit is contained in:
ondrej 2017-10-09 07:33:22 +00:00
parent c4eba5ff15
commit b5e57a129f

View File

@ -3429,6 +3429,11 @@ begin
if ParentNode.Parent.Desc in AllCodeSections+[ctnProcedure] then begin
ReadNextAtom;
ReadConstant(true,false,[]);
if CurPos.Flag=cafColon then
begin
ReadNextAtom;
ReadConstant(true,false,[]);
end;
end;
end;
end;