[Mono-bugs] [Bug 68738][Nor] Changed - new keyword on property is broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Oct 2004 13:38:51 -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 jluke@cfl.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68738
--- shadow/68738 2004-10-26 08:21:08.000000000 -0400
+++ shadow/68738.tmp.15579 2004-10-26 13:38:51.000000000 -0400
@@ -84,6 +84,11 @@
}
In this case, the second overload of A in X should be visible.
MCS has the code to handle the resolution correctly here. Sadly, the
code gets somewhat comples.
+
+------- Additional Comments From jluke@cfl.rr.com 2004-10-26 13:38 -------
+Perhaps it is just a bug in Refelection. I am fairly certain there
+should not be duplicate properties visible. I will look into it more
+and move it if someone does not do so first.