mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 04:31:54 +02:00
* Fix bug ID #37512: fix declaration of generic array
git-svn-id: trunk@46321 -
This commit is contained in:
parent
b68c68b48b
commit
78056de6a6
@ -4249,7 +4249,7 @@ begin
|
|||||||
if Full then
|
if Full then
|
||||||
begin
|
begin
|
||||||
if GenericTemplateTypes<>nil then
|
if GenericTemplateTypes<>nil then
|
||||||
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
Result:=SafeName+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
||||||
else
|
else
|
||||||
Result:=SafeName+' = '+Result;
|
Result:=SafeName+' = '+Result;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user