[Mono-bugs] [Bug 77879][Nor] New - mcs allows to access private
types
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 18:26:46 EST 2006
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=77879
--- shadow/77879 2006-03-22 18:26:46.000000000 -0500
+++ shadow/77879.tmp.14548 2006-03-22 18:26:46.000000000 -0500
@@ -0,0 +1,45 @@
+Bug#: 77879
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs allows to access private types
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.
+using C = A.B;
+
+class A
+{
+ class B {}
+}
+
+Actual Results:
+
+No error.
+
+Expected Results:
+
+cs0122.cs(1,13): error CS0122: `A.B' is inaccessible due to its protection
+level
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list