[Mono-bugs] [Bug 52458][Nor] Changed - [PATCH] Scope problem when overriding private method in nested type
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Mar 2004 11:12:43 -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=52458
--- shadow/52458 2004-03-16 18:27:04.000000000 -0500
+++ shadow/52458.tmp.7732 2004-03-17 11:12:43.000000000 -0500
@@ -10,14 +10,13 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: Scope problem when overriding private method in nested type
+Summary: [PATCH] Scope problem when overriding private method in nested type
This should not compile:
using System;
class A {
@@ -197,6 +196,9 @@
------- Additional Comments From bmaurer@users.sf.net 2004-03-16 18:27 -------
Created an attachment (id=6995)
cleanify
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-17 11:12 -------
+So you dont forget ;-).