[Mono-bugs] [Bug 46502][Nor] Changed - Interface constraint on class affects overloading resolution for indexers

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 21 Jul 2003 15:08:26 -0400 (EDT)


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=46502

--- shadow/46502	Fri Jul 18 15:12:12 2003
+++ shadow/46502.tmp.19745	Mon Jul 21 15:08:26 2003
@@ -1,13 +1,13 @@
 Bug#: 46502
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
@@ -71,6 +71,9 @@
 
 If the interface constraint ISeq is removed, everything is OK.  The
 bytecode generated by MS csc 1.1 executes fine with mono 0.25, so the
 problem is in mcs.  The process of interface mapping in mcs must have some
 weird side effect.  There is no problem if only the int this[int] indexer
 is defined in Seq and ISeq.
+
+------- Additional Comments From martin@ximian.com  2003-07-21 15:08 -------
+Fixed in CVS.