Bug 316945 (MONO71497) - msc fails to report CS0029 error
Summary: msc fails to report CS0029 error
Status: RESOLVED MOVED
Alias: MONO71497
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other All
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 01:57 UTC by Peter Dennis Bartok
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:04:38 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"