0
Fixed
[W521] False positive when result is set in finally
The following code leads to a false positive warning in FixInsight:
function TForm1.FalsePositive: integer;
begin
try
finally
Result := 0;
end;
end;
0
Started
Roman 10 years ago
0
Fixed
Roman 10 years ago
Customer support service by UserEcho