[Mono-bugs] [Bug 64400][Nor] Changed - Explicit declaration bugs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 16:17:00 -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=64400
--- shadow/64400 2004-11-02 13:43:41.000000000 -0500
+++ shadow/64400.tmp.27430 2004-11-02 16:17:00.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 64400
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: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
@@ -104,6 +104,13 @@
if (p == null || p.Length != 1)
return 1;
return 0;
}
}
+
+------- Additional Comments From miguel@ximian.com 2004-11-02 16:17 -------
+Test 135 was wrong, I have corrected it, and I have also made it
+so indexers, properties and events all register themselves even
+when they are explicit implementations.
+
+Miguel.