pascalabcnet/TestSuite/errors/err0239.pas
Бондарев Иван 061c066a71 bug fix #816
2018-05-08 19:54:14 +02:00

7 lines
70 B
ObjectPascal

type
I1 = interface
end;
begin
(I1(System.Math.Sin));
end.