[Mono-bugs] [Bug 80026][Maj] Changed - Operator override not applied to null
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 27 15:30:26 EST 2006
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=80026
--- shadow/80026 2006-11-27 15:29:11.000000000 -0500
+++ shadow/80026.tmp.30556 2006-11-27 15:30:26.000000000 -0500
@@ -3,13 +3,13 @@
Version: 1.2
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Major
Component: C#
AssignedTo: marek.safar at seznam.cz
ReportedBy: charlie at nunit.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -36,6 +36,9 @@
Constraint x = null;
Assert.That( 42, !x );
This is a bit of an odd case, but it does compile under the microsoft
compilers.
+
+------- Additional Comments From marek.safar at seznam.cz 2006-11-27 15:30 -------
+Setting to major because whole code path is buggy.
More information about the mono-bugs
mailing list