[Mono-bugs] [Bug 36743][Min] Changed - Should catch attempt of static explicit interface implementation

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 23 Jan 2003 12:05:44 -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=36743

--- shadow/36743	Tue Jan 14 21:29:00 2003
+++ shadow/36743.tmp.3713	Thu Jan 23 12:05:44 2003
@@ -1,14 +1,14 @@
 Bug#: 36743
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,18 @@
 
 
 class Y : A{
 
 	static void A.B () { }
 }
+
+------- Additional Comments From miguel@ximian.com  2003-01-23 12:05 -------
+Fixed on CVS.
+
+2003-01-23  Miguel de Icaza  <miguel@ximian.com>
+
+	* class.cs (MethodData.Define): It is wrong for an interface
+	implementation to be static in both cases: explicit and implicit.
+	We were only handling this in one case.
+
+	Improve the if situation there to not have negations.
+