[Mono-bugs] [Bug 29512][Min] Changed - MCS doesn't check whether operator may be applied
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Aug 2002 02:30:59 -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=29512
--- shadow/29512 Tue Aug 27 21:02:20 2002
+++ shadow/29512.tmp.9835 Tue Aug 27 22:30:59 2002
@@ -1,13 +1,13 @@
Bug#: 29512
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: ric@users.sourceforge.net
QAContact: mono-bugs@ximian.com
@@ -56,7 +56,11 @@
code. It does produce correct code if i comment both lines 25 and 20.
------- Additional Comments From martin@gnome.org 2002-08-27 21:02 -------
This has nothing to do with variable initialization.
You code is incorrect: you cannot use the || operator between operands of type BindingFlags.
The bug is that MCS doesn't catch this and report the CS0019 as it should do.
+
+
+------- Additional Comments From martin@gnome.org 2002-08-27 22:30 -------
+Fixed in CVS.