Bugzilla – Bug 312167
mini has problem with 'checked' for byte type
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by ndrochak@gol.com 2003-04-10 10:08:08 MST ---- in the program below, mini doesn't update 'val'. It stays at 0. using System; class C { public static void Main () { byte val = 0; byte d = 2; val = checked ((byte) (val * 10 + d)); Console.WriteLine (val); } } mono didn't have this problem. ---- Additional Comments From lupus@ximian.com 2003-04-10 10:30:13 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO41093 *** This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"