pascalabcnet/TestSuite/errors/err0284.pas

9 lines
135 B
ObjectPascal
Raw Permalink Normal View History

2018-10-03 13:39:08 +03:00
type
I1 = interface
function f1: Action0;
end;
t1 = class(I1)
public function f1: procedure := nil;
end;
begin end.