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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Feb 2005 06:59:55 -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 rharinath@novell.com.

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

--- shadow/55786	2005-02-15 06:58:34.000000000 -0500
+++ shadow/55786.tmp.24444	2005-02-15 06:59:55.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: V1
 URL: 
 Summary: `override' members should not be included in member lookup
-OtherBugsDependingOnThis: 55780[FIXED], 64540
+OtherBugsDependingOnThis: 55780[FIXED], 64540[FIXED]
 
 The following code:
 class A {
 	public virtual int Foo () { return 1; }
 }
 class B : A {