[Mono-bugs] [Bug 59980][Nor] Changed - mcs does not report error CS0571 for Type.get_Name()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 08:51:01 -0400 (EDT)


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@seznam.cz.

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

--- shadow/59980	2004-09-07 07:22:00.000000000 -0400
+++ shadow/59980.tmp.13058	2004-09-15 08:51:01.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59980
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -30,6 +30,9 @@
                 Console.WriteLine (type.get_Name());
         }
 }
 
 Note : I've only been able to reproduce this with Type.get_Name(), for 
 other accesor methods the CS0571 error is correctly reported.
+
+------- Additional Comments From marek.safar@seznam.cz  2004-09-15 08:51 -------
+Fixed in CVS