[Mono-bugs] [Bug 82105][Wis] Changed - Passing a generic type to an anonymous delegate fails.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 12:22:34 EDT 2007
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 sontek at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82105
--- shadow/82105 2007-07-16 05:17:13.000000000 -0400
+++ shadow/82105.tmp.8834 2007-07-16 12:22:34.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 82105
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: sontek at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: The compiler isn't inheriting where constraints on abstract methods. ( I think )
+Summary: Passing a generic type to an anonymous delegate fails.
When using generic abstract methods that have a where constraint, when I
override the method on a child class I get a compiler error.
Steps to reproduce the problem:
@@ -32,6 +32,10 @@
I've tried this both on stable release and svn and I get the same results.
------- Additional Comments From gert.driesen at pandora.be 2007-07-16 05:17 -------
Created an attachment (id=19568)
Small repro
+
+------- Additional Comments From sontek at gmail.com 2007-07-16 12:22 -------
+After a little testing, It seems that its passing the generic to an
+anonymous delegate that is failing
More information about the mono-bugs
mailing list