Repository URL to install this package:
unit ugeneric93a; {$mode delphi} interface type TTestDelphi<T> = class end; TTestDelphi<T, S, R> = class end; TTest2Delphi = class end; TTest2Delphi<T, S> = class end; implementation end.