[Mono-bugs] [Bug 62054][Nor] Changed - Constant byte enum expressions not folded
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Dec 2004 17:51:38 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62054
--- shadow/62054 2004-07-28 13:22:12.000000000 -0400
+++ shadow/62054.tmp.19602 2004-12-01 17:51:38.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 62054
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: alfredo@lab.matcom.uh.cu
QAContact: mono-bugs@ximian.com
@@ -42,6 +42,9 @@
x, y, z
}
const A foo = A.x | A.y;
static void Main () {}
}
+
+------- Additional Comments From miguel@ximian.com 2004-12-01 17:51 -------
+bug fixed.