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=77395 --- shadow/77395 2006-02-02 12:24:03.000000000 -0500 +++ shadow/77395.tmp.3340 2006-02-07 21:05:09.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 77395 Product: Mono: Compilers Version: 1.1 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Minor Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -148,6 +148,25 @@ interface F<X,Y> where X : Q<X,Y> { } + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-07 21:05 ------- +Fixed in SVN. +Btw. your second testcase is also incorrect: + +------------------------------------------------------------------ [EMAIL PROTECTED] ~ +$ csc F.cs +Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.7 +for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 +Copyright (C) Microsoft Corporation 2001-2005. All rights reserved. + +F.cs(1,7): error CS0309: The type 'B<X>' must be convertible to +'QQ<B<X>,X>' in order to use it as parameter 'X' in the generic type +or method 'C<X,Y,Z>' +F.cs(21,11): (Location of symbol related to previous error) +F.cs(5,7): (Location of symbol related to previous error) + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
