[Mono-bugs] [Bug 23932] Changed - integer literals for "small" integer types (byte)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Jun 2002 19:43:43 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=23932
--- shadow/23932 Sat Jun 8 11:39:23 2002
+++ shadow/23932.tmp.26397 Sun Jun 9 15:43:43 2002
@@ -1,13 +1,13 @@
Bug#: 23932
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: martin@gnome.org
QAContact: mono-bugs@ximian.com
@@ -66,7 +66,11 @@
const long a = 5;
this needs to be a long (and not a short because the number 5 fits
into a short).
+
+
+------- Additional Comments From martin@gnome.org 2002-06-09 15:43 -------
+Fixed in CVS. There's also test-130.cs for this.