codetools: implemented parsin unitname.identifier for function types results

git-svn-id: trunk@15097 -
This commit is contained in:
mattias 2008-05-12 09:52:37 +00:00
parent 3a10b1ee37
commit 5f7d69844d

View File

@ -3366,6 +3366,11 @@ begin
ReadNextAtom;
AtomIsIdentifier(true);
ReadNextAtom;
if CurPos.Flag=cafPoint then begin
ReadNextAtom;
AtomIsIdentifier(true);
ReadNextAtom;
end;
end else begin
RaiseCharExpectedButAtomFound(':');
end;