pascalabcnet/TestSuite/errors/err0312.pas

7 lines
85 B
ObjectPascal
Raw Permalink Normal View History

2019-03-10 14:41:05 +03:00
type
T = class
static procedure P(); reintroduce := exit;
end;
begin
end.