pascalnide
pascalnide copied to clipboard
`Attempt to invoke interface method ...` error when trying to compare array variable with nil
var
data: array of integer;
begin
if data = nil then;
end.