2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0412.cs
blob874a0a6e1f5be0422017c037ba8fbe88a06cece9
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)