pascalabcnet/TestSuite/errors/err0405.pas

8 lines
96 B
ObjectPascal
Raw Permalink Normal View History

2021-02-10 22:14:08 +03:00
type TClass = partial class
constructor := exit;
constructor := exit;
end;
begin
end.