[Mono-bugs] [Bug 29435][Maj] Changed - Derived classes can use private fields of base classes
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
27 Aug 2002 21:19:14 -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=29435
--- shadow/29435 Tue Aug 27 11:35:12 2002
+++ shadow/29435.tmp.6565 Tue Aug 27 17:19:14 2002
@@ -38,6 +38,10 @@
Actual Results:
Compilation successful.
Expected Results:
newbug.cs(14,7): error CS0122: 'A.integer' is inaccessible due to its
protection level
+
+------- Additional Comments From martin@gnome.org 2002-08-27 17:19 -------
+Oh, so this problem also exists for fields. Already realized it for properties in the debugger module.
+