pascalabcnet/TestSuite/errors/err0239.pas

7 lines
70 B
ObjectPascal
Raw Permalink Normal View History

2018-05-08 20:54:14 +03:00
type
I1 = interface
end;
begin
(I1(System.Math.Sin));
end.