pascalabcnet/TestSuite/errors/err0253.pas

10 lines
138 B
ObjectPascal
Raw Permalink Normal View History

2018-08-26 19:54:34 +03:00
type
t1 = class
constructor := exit;
procedure p1(a: array of file of record end) := exit;
end;
begin end.