Repository URL to install this package:
Version:
3.0.0 ▾
|
{ %NORUN }
{ this checks that the basic type helper syntax is parsed correctly }
program tthlp2;
{$mode delphi}{$H+}
{$modeswitch typehelpers}
type
TTest = record helper for LongInt
procedure Test;
end;
procedure TTest.Test;
begin
end;
begin
end.