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