[Mono-bugs] [Bug 35631][Nor] Changed - Improper scoping for nested classes.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 13 Jul 2003 14:18:19 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35631
--- shadow/35631 Fri Jul 4 15:11:59 2003
+++ shadow/35631.tmp.27083 Sun Jul 13 14:18:19 2003
@@ -1,13 +1,13 @@
Bug#: 35631
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: seank@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -116,6 +116,9 @@
public class Collide
{
Collide() { }
public static readonly Collide Die = new Collide();
}
+
+------- Additional Comments From martin@ximian.com 2003-07-13 14:18 -------
+Fixed in CVS.