2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0412-2.cs
blob02a73093564f3948eeae5532c4d891c52472b388
1 // CS0412: The type parameter name `T' is the same as `method parameter'
2 // Line: 8
4 using System;
6 interface I
8 T Foo<T>(IComparable T);