[Mono-bugs] [Bug 23932] Changed - integer literals for "small" integer types (byte)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Apr 2002 15:25:39 -0000


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 lupus@ximian.com.

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

--- shadow/23932	Fri Apr 26 17:23:15 2002
+++ shadow/23932.tmp.18074	Mon Apr 29 11:25:38 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@gnome.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,9 @@
 System.Byte IntLiteral (42) 42 System.Int32
 
 and raises an exception since you can't assign a System.Int32 to a 
 System.Byte constant.
 
 Martin
+
+------- Additional Comments From lupus@ximian.com  2002-04-29 11:25 -------
+This happens also with the ms runtime on windows.