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