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