Bugzilla – Bug 315172
[GMCS] Cant compile static Foo <T> x;
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by bmaurer@users.sf.net 2004-06-18 14:57:29 MST ---- class Foo { static void Main () {} } 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:28 MST ---- Fixed in CVS. Unknown operating system unknown. Setting to default OS "Other".