0
Fixed

[W521] False positive when using "with Result"

Olivier Sannier 10 years ago updated by Roman 10 years ago 2
I have a few functions where the result type is a record.
In some of these functions, the following construct is used:

with Result do
begin
  Field1 := '';
  Field2 := 0;
end;

In this case, Result is indeed assigned to.