[Mono-bugs] [Bug 79070][Nor] Changed - Implicit conversion to decimal on both operands
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 13 16:45:40 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 duncan at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79070
--- shadow/79070 2006-08-13 13:10:48.000000000 -0400
+++ shadow/79070.tmp.8069 2006-08-13 16:45:40.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79070
Product: Mono: Compilers
Version: 1.0
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: kwolfli at yahoo.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -32,6 +32,16 @@
static void Main(string[] args)
{
MyDecimal a = new MyDecimal(), b = new MyDecimal();
System.Console.WriteLine(a + b);
}
}
+
+------- Additional Comments From duncan at ximian.com 2006-08-13 16:45 -------
+I wanted to look into fixing this bug, but it seems like it's already
+been fixed in SVN.
+
+duncan at sandhi:~/bugs> mcs 79070.cs
+duncan at sandhi:~/bugs> mono 79070.exe
+84
+
+
More information about the mono-bugs
mailing list