[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
11 Nov 2002 16:07:23 -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	Tue Nov  5 19:43:51 2002
+++ shadow/33089.tmp.15106	Mon Nov 11 11:07:23 2002
@@ -5,13 +5,13 @@
 OS Details: SuSE Linux 8.0
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: mcs complains when an indexer with different signature is declared in a derived class without "override"
@@ -85,7 +85,11 @@
 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.
+
+
+------- Additional Comments From martin@ximian.com  2002-11-11 11:07 -------
+I think I can have a look at this.