unit u_generics4; type c1 = class public static function operator implicit(o: T): c1 := nil; end; c2 = class(c1) end; end.