* Fix writing array types

git-svn-id: trunk@46283 -
This commit is contained in:
michael 2020-08-06 07:26:47 +00:00
parent be0adf199d
commit 10c4e3f6fc

View File

@ -4242,7 +4242,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+']';