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