Bug 315172 (MONO60437) - [GMCS] Cant compile static Foo <T> x;
Summary: [GMCS] Cant compile static Foo <T> x;
Status: RESOLVED FIXED
Alias: MONO60437
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 21:57 UTC by Ben Maurer
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:42:55 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".