Bug 315173 (MONO60438) - [GMCS] abstract class Foo <T> ... class Bar <T> : Foo <T>
Summary: [GMCS] abstract class Foo <T> ... class Bar <T> : Foo <T>
Status: RESOLVED FIXED
Alias: MONO60438
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 22:02 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:56 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".