mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +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
|
||||
begin
|
||||
if GenericTemplateTypes<>nil then
|
||||
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
||||
Result:=SafeName+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
||||
else
|
||||
Result:=SafeName+' = '+Result;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user