pascalabcnet/TestSuite/errors/err0270.pas
Бондарев Иван 64d173f3bd fix #1234
2018-09-20 21:57:02 +02:00

6 lines
60 B
ObjectPascal

type
IInterface = abstract interface
end;
begin
end.