[Mono-bugs] [Bug 33089][Nor] Changed - mcs complains when an indexer with different signature is declared in a derived class without "override"
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
14 Nov 2002 21:17:50 -0000
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33089
--- shadow/33089 Mon Nov 11 11:07:23 2002
+++ shadow/33089.tmp.15897 Thu Nov 14 16:17:50 2002
@@ -1,12 +1,12 @@
Bug#: 33089
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details: SuSE Linux 8.0
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: mathpup@mylinuxisp.com
@@ -89,7 +89,12 @@
We have been looking at this. The problem is fixable, but the result
we came up with was very ugly. I want to redo this in a different way.
------- Additional Comments From martin@ximian.com 2002-11-11 11:07 -------
I think I can have a look at this.
+
+
+------- Additional Comments From martin@ximian.com 2002-11-14 16:17 -------
+The warning is fixed, but I need to redo IndexerAccess.
+You can't use multiple indexers yet.