[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
Fri, 19 Mar 2004 19:56:11 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55786
--- shadow/55786 2004-03-19 19:38:15.000000000 -0500
+++ shadow/55786.tmp.14738 2004-03-19 19:56:11.000000000 -0500
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: `override' members should not be included in member lookup
OtherBugsDependingOnThis: 55780
The following code:
class A {
public virtual int Foo () { return 1; }