pascalabcnet/TestSuite/errors/err0270.pas

6 lines
60 B
ObjectPascal
Raw Permalink Normal View History

2018-09-20 22:57:02 +03:00
type
IInterface = abstract interface
end;
begin
end.