[Mono-bugs] [Bug 32709][Nor] Changed - should flag access to protected base members through instance.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Nov 2002 16:18:53 -0000
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=32709
--- shadow/32709 Tue Oct 22 19:39:30 2002
+++ shadow/32709.tmp.29248 Mon Nov 11 11:18:52 2002
@@ -2,16 +2,16 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: should flag access to protected base members through instance.
@@ -32,6 +32,10 @@
public static void test (Base anotherInstance)
{
anotherInstance.func ();
}
}
+
+------- Additional Comments From martin@ximian.com 2002-11-11 11:18 -------
+Hmm, I'll try to fix this together with #33089.
+