[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
6 Nov 2002 00:43:51 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33089
--- shadow/33089 Thu Oct 31 01:57:49 2002
+++ shadow/33089.tmp.9702 Tue Nov 5 19:43:51 2002
@@ -1,14 +1,14 @@
Bug#: 33089
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: SuSE Linux 8.0
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -81,6 +81,11 @@
Always
Additional Information:
Changing "virtual" to "override" in the Derived.this[] indexer results in successful
compilation, but I think that that behavior is incorrect and should actually cause an error.
+
+------- Additional Comments From miguel@ximian.com 2002-11-05 19:43 -------
+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.
+