5 lines
60 B
ObjectPascal
5 lines
60 B
ObjectPascal
type t1<T> = class end;
|
|
|
|
begin
|
|
var a := t1&<byte>;
|
|
end. |