2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0412-3.cs
blob709572c39f05735320772e47c62a95332bc7c05e
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;