Bugzilla – Bug 315173
[GMCS] abstract class Foo <T> ... class Bar <T> : Foo <T>
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by bmaurer@users.sf.net 2004-06-18 15:02:58 MST ---- class Foo { static void Main () {} } abstract class Foo <T> { class Bar <T> : Foo <T> { } } Does not compile ---- Additional Comments From martin@ximian.com 2004-07-13 11:47:15 MST ---- I think this was a duplicate of the bug I just fixed a minute ago. Unknown operating system unknown. Setting to default OS "Other".