[Mono-bugs] [Bug 52477][Nor] Changed - We accept dual decls of an operator with the same params

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 13 Mar 2004 00:30:25 -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 miguel@ximian.com.

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

--- shadow/52477	2004-02-07 12:49:33.000000000 -0500
+++ shadow/52477.tmp.25012	2004-03-13 00:30:25.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52477
-Product: Mono/Compilers
+Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -31,6 +31,9 @@
 		
 		public static bool operator == (C A, C B) 
 		{
 			return true;
 		}
 	}
+
+------- Additional Comments From miguel@ximian.com  2004-03-13 00:30 -------
+Fixed on CVS