2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0412.cs
blob866499d833a8d53732ad7e196ca7147edc5f525f
1 // CS0412: The type parameter name `T' is the same as `method parameter'
2 // Line: 6
4 class C
6 public void Foo<T> (string T)