Bugzilla – Bug 553643
Failure to compile with test case
Last modified: 2009-11-08 15:22:32 UTC
Created attachment 326162 [details] Test Case that fails to compile with mono Description of Problem: I've attached a test case that compiles with Visual Studio, but doesn't compile with mono. Steps to reproduce the problem: 1. Compile my attached test case Actual Results: error CS0309: The type `test.A' must be convertible to `test.ITest<test.A>' in order to use it as parameter `Test' in the generic type or method `test.C<T>.B<Test>(Test[])' Expected Results: No errors How often does this happen? Every time.
Oops, looks like this bug was already reported and is fixed in the trunk. *** This bug has been marked as a duplicate of bug 537402 ***