Bug 318774 (MONO75852) - [GMCS] Delegate constraints ignored
Summary: [GMCS] Delegate constraints ignored
Status: RESOLVED FIXED
Alias: MONO75852
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 21:54 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 19:27:54 UTC


---- Reported by bmaurer@users.sf.net 2005-08-19 14:54:23 MST ----

class X {
	System.EventHandler <int> x;
	static void Main () {}
}

Should not compile. EventHandler is declared:

	public delegate void EventHandler <T> (object sender, T e) where T :
EventArgs;



---- Additional Comments From martin@ximian.com 2005-09-05 13:42:08 MST ----

Fixed.


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