[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
Fri, 10 Sep 2004 09:54:31 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55786
--- shadow/55786 2004-04-28 19:55:16.000000000 -0400
+++ shadow/55786.tmp.8686 2004-09-10 09:54:31.000000000 -0400
@@ -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
+OtherBugsDependingOnThis: 55780, 64540
The following code:
class A {
public virtual int Foo () { return 1; }
}
class B : A {