mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
fcl-passrc: pasuseanalyzer: implemented TArrayValues
git-svn-id: trunk@35912 -
This commit is contained in:
parent
f786d3deab
commit
d533806dfb
@ -1044,6 +1044,12 @@ begin
|
||||
for i:=0 to length(Params)-1 do
|
||||
UseExpr(Params[i]);
|
||||
end
|
||||
else if C=TArrayValues then
|
||||
begin
|
||||
Params:=TArrayValues(El).Values;
|
||||
for i:=0 to length(Params)-1 do
|
||||
UseExpr(Params[i]);
|
||||
end
|
||||
else
|
||||
RaiseNotSupported(20170307085444,El);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user