[Mono-list] bug found! :-)

Miguel de Icaza miguel@ximian.com
26 Aug 2003 10:18:54 -0400


Hello,

> Of course the error should be "cannot convert from long to int" rather
> than "cannot convert from int to long".

Mcs reports correctly:

a.cs(11) error CS0029: Cannot convert implicitly from `long' to `int'

Miguel