Bugzilla – Bug 488943
Error compiling code that uses generics
Last modified: 2009-09-08 17:49:33 UTC
Try compiling the attached file and you'll get: test.cs(31,30): error CS0309: The type `AssertionExceptionFailureRunnable<T>' must be convertible to `BuildableRunnable<AssertionExceptionFailureRunnable<T>>' in order to use it as parameter `T1' in the generic type or method `ThrowChooser<T>.Chain<T1>(T1)'
Created attachment 282077 [details] Test case
Fixed in trunk. *** This bug has been marked as a duplicate of bug 537402 ***