[Mono-bugs] [Bug 36315][Wis] New - classes without access specifier must be internal, not public
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 5 Jan 2003 04:43:39 -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 jpo234@netscape.net.
http://bugzilla.ximian.com/show_bug.cgi?id=36315
--- shadow/36315 Sun Jan 5 04:43:39 2003
+++ shadow/36315.tmp.29379 Sun Jan 5 04:43:39 2003
@@ -0,0 +1,37 @@
+Bug#: 36315
+Product: Mono/MCS
+Version: unspecified
+OS: Red Hat 8.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jpo234@netscape.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: classes without access specifier must be internal, not public
+
+Description of Problem:
+mcs does not conform to the spec because it considers classes without an
+access specifier to be public.
+
+
+Steps to reproduce the problem:
+1. compile the attached sample program.
+
+Actual Results:
+compilation succeeds with mcs and fails with csc.
+
+Expected Results:
+compilation should fail.
+
+How often does this happen?
+Always.
+
+Additional Information:
+none