pascalabcnet/TestSuite/errors/err0311.pas

7 lines
60 B
ObjectPascal
Raw Permalink Normal View History

2019-03-10 14:31:05 +03:00
type
I0 = interface
const x = 5;
end;
begin
end.