mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* Fix writing array types
git-svn-id: trunk@46283 -
This commit is contained in:
parent
be0adf199d
commit
10c4e3f6fc
@ -4242,7 +4242,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