[Mono-bugs] [Bug 28607][Nor] Changed - Must report CS1540

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Aug 2002 14:27:40 -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@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=28607

--- shadow/28607	Mon Aug  5 22:43:00 2002
+++ shadow/28607.tmp.32747	Thu Aug  8 10:27:40 2002
@@ -1,23 +1,23 @@
 Bug#: 28607
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs treats protected fields/methods as public
+Summary: Must report CS1540
 
 Description of Problem:
 mcs treats protected fields/methods as public.
 
 Steps to reproduce the problem:
 1. Compile this program:
@@ -56,6 +56,10 @@
 test.cs(17,3): error CS1540: Cannot access protected member 'A.n' via a
 qualifier of type 'A'; the qualifier
         must be of type 'MyClass' (or derived from it)
 test.cs(18,3): error CS1540: Cannot access protected member 'A.Method()'
 via a qualifier of type 'A'; the
         qualifier must be of type 'MyClass' (or derived from it)
+
+------- Additional Comments From martin@gnome.org  2002-08-08 10:27 -------
+The first half of this bug is now fixed in CVS.  Still need to do 
+the CS1540 check.