[Mono-bugs] [Bug 62230][Nor] Changed - CS0050: conflicting class name resolution between local type and protected type in referenced libraries

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Dec 2004 09:21:47 -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 rharinath@novell.com.

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

--- shadow/62230	2004-08-04 14:48:41.000000000 -0400
+++ shadow/62230.tmp.25729	2004-12-06 09:21:47.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 62230
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -73,6 +73,14 @@
 - consistently.
 
 Additional Information:
 
 It never happens when you replace "protected" with "internal" or "private"
 in cs0050p.cs.
+
+------- Additional Comments From rharinath@novell.com  2004-12-06 09:21 -------
+This appears to have been fixed.  This is what I get with your
+testcase on mcs:
+
+  cs0050c.cs(3) error CS0050: Inconsistent accessibility: return type
+`BaseClass+InternalClass' is less accessible than method `foo'
+