[Mono-bugs] [Bug 55786][Wis] Changed - `override' members should not be included in member lookup

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 20:53:36 -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 bmaurer@users.sf.net.

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

--- shadow/55786	2004-03-18 20:51:22.000000000 -0500
+++ shadow/55786.tmp.665	2004-03-18 20:53:36.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 55786
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,9 @@
 
 First, the set of all accessible (§10.5) members named N declared in T and
 the base types (§14.3.1) of T is constructed. Declarations that include an
 override modifier are excluded from the set.
 
 We do not follow the last statement.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-18 20:53 -------
+we have to do this for properties too, so it is going to be !fun.