[Mono-bugs] [Bug 46788][Wis] New - Incrorrect CS0021 when compiling interface hierarchy with indexers

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 23 Jul 2003 09:20:35 -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 joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=46788

--- shadow/46788	Wed Jul 23 09:20:35 2003
+++ shadow/46788.tmp.7220	Wed Jul 23 09:20:35 2003
@@ -0,0 +1,38 @@
+Bug#: 46788
+Product: Mono/MCS
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Incrorrect CS0021 when compiling interface hierarchy with indexers
+
+Description of Problem:
+MCS incorrectly reports "error CS0021: Type `...' does not have any ndexers
+defined" when you are compiling a hierarchy of interfaces and the base
+interface has indexers defined.
+
+Steps to reproduce the problem:
+1. Compile the attached sample
+
+Actual Results:
+CS0021
+
+Expected Results:
+No error.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+It seems to be a side effect of a recent change in CVS. This worked until
+some days ago.