pascalabcnet/TestSuite/errors/err0313.pas

11 lines
101 B
ObjectPascal
Raw Permalink Normal View History

2019-03-28 22:31:27 +03:00
type
TStatic = static class
end;
procedure P<T>();
where T: TStatic;
begin
end;
begin
end.