mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02:00
fcl-passrc: type description of specialization: with paths
git-svn-id: trunk@45639 -
This commit is contained in:
parent
dbd14206c9
commit
da9a2f59b0
@ -25129,7 +25129,7 @@ function TPasResolver.GetTypeDescription(aType: TPasType; AddPath: boolean): str
|
||||
Result:=Result+'<';
|
||||
for i:=0 to length(Params)-1 do
|
||||
begin
|
||||
Result:=Result+GetTypeDescription(Params[i]);
|
||||
Result:=Result+GetTypeDescription(Params[i],AddPath);
|
||||
if i>0 then
|
||||
Result:=Result+',';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user