[Mono-bugs] [Bug 38605][Nor] New - public and protected methods with the same sig don't error out

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 24 Feb 2003 10:55:30 -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 mkestner@ximian.com.

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

--- shadow/38605	Mon Feb 24 10:55:29 2003
+++ shadow/38605.tmp.28493	Mon Feb 24 10:55:29 2003
@@ -0,0 +1,20 @@
+Bug#: 38605
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mkestner@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: public and protected methods with the same sig don't error out
+
+mcs allows the declaration of methods with identical signatures that differ
+only in protection level.  This generates errors when compiled with csc.