[Mono-bugs] [Bug 69082][Nor] Changed - Regression in compiler.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 5 Nov 2004 16:31:09 -0500 (EST)


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

--- shadow/69082	2004-11-05 16:10:12.000000000 -0500
+++ shadow/69082.tmp.22621	2004-11-05 16:31:08.000000000 -0500
@@ -324,6 +324,14 @@
 
 Notice that if we replace the properties above with methods, 
 the compiler effectively ignores the implicit implementation
 member as it should.
 
 
+
+------- Additional Comments From miguel@ximian.com  2004-11-05 16:31 -------
+In this particular case the problem was that Indexers were using
+the shortname for the .property definition, as opposed to the
+full name.
+
+Fixing this problem fixed the problem we had in #64400, sadly it
+does not fix this bug.