[Mono-bugs] [Bug 31091][Min] Changed - mcs allows two protection modifiers

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Oct 2002 15:47:07 -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 manyoso@yahoo.com.

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

--- shadow/31091	Thu Oct  3 01:46:11 2002
+++ shadow/31091.tmp.21688	Thu Oct  3 11:47:07 2002
@@ -1,12 +1,12 @@
 Bug#: 31091
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: manyoso@yahoo.com               
@@ -22,6 +22,17 @@
 
 ------- Additional Comments From miguel@ximian.com  2002-09-25 16:03 -------
 Do you have a sample test case?
 
 ------- Additional Comments From miguel@ximian.com  2002-10-03 01:46 -------
 Ping.  Hey Adam, any chance you have a sample of this problem?
+
+------- Additional Comments From manyoso@yahoo.com  2002-10-03 11:47 -------
+Sorry miguel, I've been stressed and busy, but here you go.. 
+ 
+using System; 
+class T { 
+        static void Main() {} 
+        protected public T () 
+        {} 
+} 
+