[Mono-bugs] [Bug 71498][Wis] Changed - msc fails to report CS0029 error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Jan 2005 19:00:29 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71498

--- shadow/71498	2005-01-19 18:59:12.000000000 -0500
+++ shadow/71498.tmp.6210	2005-01-19 19:00:29.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: peter@novonyx.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,15 @@
 		}
 
 		static void Main() {
 		}
 	}
 }
+
+------- Additional Comments From peter@novonyx.com  2005-01-19 19:00 -------
+Changing
+  value = (1L << 1)
+to
+  value = (1u << 1)
+
+works with both compilers
+