[Mono-bugs] [Bug 78079][Wis] Changed - CS0019 with operator== where
implicit conversion exists
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 2 10:17:35 EDT 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78079
--- shadow/78079 2006-04-11 13:48:51.000000000 -0400
+++ shadow/78079.tmp.30469 2006-06-02 10:17:35.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78079
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: ewtewuo02 at sneakemail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -49,6 +49,9 @@
operator-bug.cs(16,11): error CS0019: Operator `==' cannot be applied
to operands of type `Bug.FakeInt' and `int'
I expected that the implicit operator would be used to promote the FakeInt
to long, which could then be compared to an int. And using Microsoft
Visual C# 2005, the code compiles and runs as I expected.
+
+------- Additional Comments From rharinath at novell.com 2006-06-02 10:17 -------
+Should be fixed in SVN r61405.
More information about the mono-bugs
mailing list