Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ %FAIL }
{ this tests that procedure variables (among others) can not be extended }
program tthlp11;
{$mode delphi}
{$modeswitch typehelpers}
type
TProcedure = procedure;
TProcedureHelper = record helper for TProcedure
end;
begin
end.