Bug 315171 (MONO60436) - [GMCS] class X <T> : N.A <T> Fails
Summary: [GMCS] class X <T> : N.A <T> Fails
Status: RESOLVED FIXED
Alias: MONO60436
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 21:47 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:54 UTC


---- Reported by bmaurer@users.sf.net 2004-06-18 14:47:28 MST ----

namespace N {
	interface A <T> {
	}
}
class X <T> : N.A <T> {
}
class Foo {
	static void Main () {}
}
does not compile



---- Additional Comments From martin@ximian.com 2004-07-13 11:44:34 MST ----

Fixed in CVS.


Unknown operating system unknown. Setting to default OS "Other".