pascalabcnet/TestSuite/errors/err0072.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

8 lines
73 B
ObjectPascal

type TFunc = procedure;
type TClass = class(TFunc)
end;
begin
end.