Bugzilla – Bug 318774
[GMCS] Delegate constraints ignored
Last modified: 2007-09-15 21:24:23 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".