unit uw26922b; {$mode objfpc}{$H+} interface Type generic TTestObjectAbstract = class private var FTest : T; end; implementation uses uw26922a; end.