pascalabcnet/TestSuite/errors/err0250.pas

10 lines
130 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 record end) := exit;
end;
begin end.