pascalabcnet/TestSuite/errors/err0284.pas
Бондарев Иван 932600b1c6 bug fix #1211
2018-10-03 12:39:08 +02:00

9 lines
135 B
ObjectPascal

type
I1 = interface
function f1: Action0;
end;
t1 = class(I1)
public function f1: procedure := nil;
end;
begin end.