mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 23:09:45 +02:00
codetools: fixed parsing array
git-svn-id: trunk@54729 -
This commit is contained in:
parent
fa480d0669
commit
a8d6670895
@ -4569,6 +4569,7 @@ begin
|
||||
CreateChildNode;
|
||||
// first set the type to open array (an array type without brackets)
|
||||
CurNode.Desc:=ctnOpenArrayType;
|
||||
ReadNextAtom;
|
||||
if (CurPos.Flag=cafEdgedBracketOpen) then begin
|
||||
CurNode.Desc:=ctnRangedArrayType;
|
||||
Result:=ReadIndexType;
|
||||
|
Loading…
Reference in New Issue
Block a user