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=82105 --- shadow/82105 2007-07-16 00:31:19.000000000 -0400 +++ shadow/82105.tmp.22863 2007-07-16 00:31:19.000000000 -0400 @@ -0,0 +1,32 @@ +Bug#: 82105 +Product: Mono: Compilers +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: The compiler isn't inheriting where constraints on abstract methods. ( I think ) + +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: +I was having a hard time making a small test case for this, but here is the +code its happening on. + +http://dev.orchidesolutions.com/testcode.tar.bz2 + +Just extract this code and run 'nant' + + +I've tried this both on stable release and svn and I get the same results. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
