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=76097 --- shadow/76097 2005-10-19 00:41:21.000000000 -0400 +++ shadow/76097.tmp.27869 2005-10-19 04:36:10.000000000 -0400 @@ -71,6 +71,11 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-10-19 00:41 ------- This is the output from csc (beta2). Obviously Foo is missing in the code above. 76097.cs(15,50): error CS0246: The type or namespace name 'Fun' could not be found (are you missing a using directive or an assembly reference?) + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-19 04:36 ------- +Sorry, somehow I neglected to include this declaration: + + public delegate R Fun<A1,R>(A1 x); _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
