[Mono-bugs] [Bug 75873][Nor] Changed - mcs reports CS0019 between
class and interface
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 22 07:58:14 EDT 2005
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75873
--- shadow/75873 2005-08-21 22:32:54.000000000 -0400
+++ shadow/75873.tmp.12802 2005-08-22 07:58:14.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75873
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
@@ -59,6 +59,15 @@
------- Additional Comments From atsushi at ximian.com 2005-08-21 22:32 -------
Created an attachment (id=15603)
proposed fix
+
+------- Additional Comments From rharinath at novell.com 2005-08-22 07:58 -------
+I would rather not fix this, since it contradicts the standard. You
+can always achieve the desired effect with:
+
+ this == (object) a;
+
+So, I see no reason to violate the standard.
+
More information about the mono-bugs
mailing list