pascalabcnet/TestSuite/errors/err0311.pas
Бондарев Иван acfab8fcf6 fix #1800
2019-03-10 12:31:05 +01:00

7 lines
60 B
ObjectPascal

type
I0 = interface
const x = 5;
end;
begin
end.