[Mono-bugs] [Bug 65766][Nor] Changed - const fields in static classes are ok

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 12:58:16 -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=65766

--- shadow/65766	2004-09-12 14:32:27.000000000 -0400
+++ shadow/65766.tmp.18156	2004-09-15 12:58:16.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 65766
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jluke@cfl.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,9 @@
         }
 }
 
 $ mcs t.cs
 t.cs(5) error CS0708: 'T.Foo': cannot declare instance members in a static
 classCompilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From marek.safar@seznam.cz  2004-09-15 12:58 -------
+Fixed in CVS