{ %FAIL } { a helper can not extend unspecialized generics } program thlp25; {$ifdef fpc} {$mode delphi} {$endif} type TFoo = class Field: T; end; TFooHelper = class helper for TFoo end; begin end.