[Mono-bugs] [Bug 68935][Nor] Changed - Ambiguous call when selecting function

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 10:57:17 -0500 (EST)


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 atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68935

--- shadow/68935	2004-10-29 11:18:25.000000000 -0400
+++ shadow/68935.tmp.18854	2004-12-29 10:57:17.000000000 -0500
@@ -1,24 +1,23 @@
 Bug#: 68935
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jordi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Ambiguous call when selecting function 
-Invalid Ambiguous call when selecting function due to implicit casts error
 
 The attached programes gives the following errors with mcs:
 
 $ mcs KeyConverterDump.cs -r:System.Windows.Forms
 KeyConverterDump.cs(20) error CS0121: Ambiguous call when selecting function 
 due to implicit casts
@@ -30,6 +29,9 @@
 ... but it compiles fine with Microsoft compiler
 
 ------- Additional Comments From jordi@ximian.com  2004-10-29 11:18 -------
 Created an attachment (id=13117)
 Program that shows the error
 
+
+------- Additional Comments From atsushi@ximian.com  2004-12-29 10:57 -------
+It seems fixed in svn.