[Mono-bugs] [Bug 64400][Nor] Changed - Explicit declaration bugs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 19:00:58 -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=64400

--- shadow/64400	2004-11-03 19:00:23.000000000 -0500
+++ shadow/64400.tmp.13093	2004-11-03 19:00:58.000000000 -0500
@@ -121,6 +121,14 @@
 
 
 ------- Additional Comments From miguel@ximian.com  2004-11-03 19:00 -------
 Created an attachment (id=13150)
 Patch applied to MCS.
 
+
+------- Additional Comments From miguel@ximian.com  2004-11-03 19:00 -------
+The regression was that the compiler got confused when queryting
+types, it would fetch two property definitions and not be able
+to resolve them.
+
+The patch above should be applied to fix 135, and then we should
+look ingo the overload resolve problem.