mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 18:08:15 +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
|
||||
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
||||
else
|
||||
Result:=Result+' = '+Result;
|
||||
Result:=SafeName+' = '+Result;
|
||||
end;
|
||||
If (IndexRange<>'') then
|
||||
Result:=Result+'['+IndexRange+']';
|
||||
|
Loading…
Reference in New Issue
Block a user