Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75852 --- shadow/75852 2005-08-19 14:54:23.000000000 -0400 +++ shadow/75852.tmp.14514 2005-08-19 14:54:23.000000000 -0400 @@ -0,0 +1,27 @@ +Bug#: 75852 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [GMCS] Delegate constraints ignored + +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; _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
