[Mono-bugs] [Bug 60437][Wis] Changed - [GMCS] Cant compile static Foo <T> x;
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jul 2004 21:22:28 -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=60437
--- shadow/60437 2004-06-18 14:57:47.000000000 -0400
+++ shadow/60437.tmp.15650 2004-07-11 21:22:28.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60437
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -23,6 +23,9 @@
class Foo <T> {
static Foo <T> x;
static Foo <T> Blah { get { return x; } }
}
Should compile.
+
+------- Additional Comments From martin@ximian.com 2004-07-11 21:22 -------
+Fixed in CVS.