Invalid code leads to crash

Issue #73 resolved
Christian Budde created an issue
type
  TItems = (iFoo, iBar);

procedure Test(A: Float);
begin
end;

var Item := iFoo;

if Item in [iFoo..

Test(1);

Comments (1)

  1. Log in to comment