tgeneric101.pp 136 B

123456789101112131415
  1. { %FAIL }
  2. program tgeneric101;
  3. {$mode objfpc}
  4. uses
  5. ugeneric99;
  6. type
  7. TTest1 = specialize TTestClass.TTest<LongInt>;
  8. begin
  9. end.