* Patch from Simone Tacconi to fix set getdeclaration. Fixes issue #41106

This commit is contained in:
Michaël Van Canneyt 2025-01-28 14:27:10 +01:00
parent c10e57f1d8
commit c89b6a5908

View File

@ -4580,7 +4580,7 @@ begin
end
else
begin
Result:='Set of '+EnumType.SafeName;
Result:='Set of '+EnumType.GetDeclaration(True);
If Full then
Result:=SafeName+' = '+Result;
end;