[Mono-list] bug found! :-)

Maurizio Colucci seguso.forever@tin.it
Tue, 26 Aug 2003 04:05:28 +0200


uint u = 3;
int i = 4;
int o = i/u; << error

Mono gives the error: cannot convert from int to long.
But there is no long here, just an uint (32 bits).


mono 0.26 redhat rpms.