pascalabcnet/TestSuite/2363.pas
Mikhalkovich Stanislav 61d7177d05 fix #2363.pas
School
function MinMax(s: sequence of BigInteger): (BigInteger, BigInteger);
2020-12-09 20:39:04 +03:00

14 lines
221 B
ObjectPascal

procedure p0<T>(o: T);
begin
//Print(1);
end;
procedure p1<T>; where T: record;
begin
//Ошибка: Возможны два преобразования типов
p0&<T?>(nil);
end;
begin
Assert(1=1)
end.