pascalabcnet/TestSuite/errors/err0033.pas

7 lines
65 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
type IInt = interface
procedure Test;
end;
begin
IInt.Test;
end.