[Mono-bugs] [Bug 59324][Wis] Changed - IdenticalNameAndTypeName is too permissive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 12:25:37 -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 atsushi@ximian.com.

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

--- shadow/59324	2004-12-06 09:32:28.000000000 -0500
+++ shadow/59324.tmp.20232	2004-12-29 12:25:37.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 59324
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,9 @@
 ------- Additional Comments From rharinath@novell.com  2004-12-06 09:32 -------
 With the latest snapshot of MCS from SVN I get:
 
 bug59324.cs(8) error CS0176: Static member `X' cannot be accessed with
 an instance reference, qualify with a type name instead
 
+
+------- Additional Comments From atsushi@ximian.com  2004-12-29 12:25 -------
+csc gives the same CS0176 error. So am closing it now.