{ %FAIL } program uGenHelper; {$mode objfpc}{$H+} type generic TGeneric = class end; THelper = class helper for TGeneric end; begin end.