pascalabcnet/TestSuite/errors/err0235.pas
Бондарев Иван 680a9b99b4 bug fix #730
2018-03-19 21:05:44 +01:00

5 lines
71 B
ObjectPascal

type t1<T> = class end;
begin
var a := t1&<byte>(t1&<byte>);
end.