Bugzilla – Bug 316945
msc fails to report CS0029 error
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by peter@novonyx.com 2005-01-19 18:59:11 MST ---- The code below fails on csc with this error: error CS0029: Cannot implicitly convert type 'long' to 'uint' but successfully compiles on msc. namespace MWFTestApplication { class MainWindow { public enum Testme : uint { value = (1L << 1) } static void Main() { } } } ---- Additional Comments From duncan@ximian.com 2005-02-13 03:54:12 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO71498 *** This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"