[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:58:34 -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 2004-09-15 19:59:25.000000000 -0400
+++ shadow/55786.tmp.24402 2005-02-15 06:58:34.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 55786
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
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, 64540
+OtherBugsDependingOnThis: 55780[FIXED], 64540
The following code:
class A {
public virtual int Foo () { return 1; }
}
class B : A {
@@ -57,6 +57,10 @@
the one in the base class.
Sys.Reflection sucks for writing this sorta thing :-(
------- Additional Comments From martin@ximian.com 2004-04-28 19:55 -------
This is a normal bug, not wishlist.
+
+------- Additional Comments From rharinath@novell.com 2005-02-15 06:58 -------
+Fixed in SVN.
+