[Mono-bugs] [Bug 353779] New: CS0029 error at statement a + b when A, B both convert to double; works on .NET
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 14 16:42:04 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=353779
Summary: CS0029 error at statement a + b when A, B both convert
to double; works on .NET
Product: Mono: Compilers
Version: SVN
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: frederik.carlier at carlier-online.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Say two classes A, B both convert to the double type and a and b are instances
of these classes. Then, doing a + b returns an error.
The test case below reproduces this issue where A = Unit and B = XUnit. This
code compiles correctly on .NET.
This issue was discovered when compiling Open Dental on Linux.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list