11 lines
115 B
ObjectPascal
11 lines
115 B
ObjectPascal
|
|
type
|
|||
|
|
TErr<T3> = class;
|
|||
|
|
|
|||
|
|
TDer<T4> = class(List<TErr<T4>>)
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
TErr<T3> = class end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
end.
|