[Mono-bugs] [Bug 76097][Maj] Changed - [GMCS] Type checker ignores generic type parameter constraint

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 04:36:10 EDT 2005


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 sestoft at dina.kvl.dk.

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 atsushi at ximian.com  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 sestoft at dina.kvl.dk  2005-10-19 04:36 -------
+Sorry, somehow I neglected to include this declaration:
+
+  public delegate R Fun<A1,R>(A1 x);


More information about the mono-bugs mailing list