[Mono-bugs] [Bug 35492][Nor] Changed - "error CS0205: Cannot call an abstract base indexer: object System.Collections.IList.get_Item" thown when no abstract classes involved.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Dec 2002 18:26:01 -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 bryan@alphora.com.

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

--- shadow/35492	Wed Dec 18 13:22:42 2002
+++ shadow/35492.tmp.2344	Wed Dec 18 13:26:01 2002
@@ -150,6 +150,10 @@
 			base[0] = 1;
 
 		}
     }
 }
 
+
+------- Additional Comments From bryan@alphora.com  2002-12-18 13:26 -------
+Now I bet it is a problem relating to the "base" keywords search up 
+the object heirarchy.