[Mono-bugs] [Bug 50820][Nor] Changed - mcs allows incorrect protected access
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Apr 2004 15:45:49 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50820
--- shadow/50820 2004-03-29 00:53:10.000000000 -0500
+++ shadow/50820.tmp.28750 2004-04-10 15:45:49.000000000 -0400
@@ -10,13 +10,13 @@
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: [PATCH] mcs doesn't flag CS1540
+Summary: mcs allows incorrect protected access
Compile to a dll:
----
class A
{
protected virtual void X ()