mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* Merging revisions r46283 from trunk:
------------------------------------------------------------------------ r46283 | michael | 2020-08-06 09:26:47 +0200 (Thu, 06 Aug 2020) | 1 line * Fix writing array types ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46609 -
This commit is contained in:
parent
70cf4d95d7
commit
ef2b7d9f99
@ -4184,7 +4184,7 @@ begin
|
|||||||
if GenericTemplateTypes<>nil then
|
if GenericTemplateTypes<>nil then
|
||||||
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
||||||
else
|
else
|
||||||
Result:=Result+' = '+Result;
|
Result:=SafeName+' = '+Result;
|
||||||
end;
|
end;
|
||||||
If (IndexRange<>'') then
|
If (IndexRange<>'') then
|
||||||
Result:=Result+'['+IndexRange+']';
|
Result:=Result+'['+IndexRange+']';
|
||||||
|
Loading…
Reference in New Issue
Block a user