pascalabcnet/TestSuite/units/u_interface5.pas
Бондарев Иван 47808b5197 bug fix #2198
2020-02-02 19:07:47 +01:00

8 lines
81 B
ObjectPascal

unit u_interface5;
type
I = interface
function f1: byte;
end;
end.