Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / test / tgenfunc13.pp
Size: Mime:
{ %FAIL }

{ constraints must not be repeated in the definition }

program tgenfunc13;

{$mode objfpc}

type
  TTest = class
    generic procedure Test<T: class>;
  end;

generic procedure TTest.Test<T: class>;
begin

end;

begin

end.