Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git] / mcs / errors / cs0412-3.cs
blob78b473c67902851d1ba736b841261077790af21a
1 // CS0412: The type parameter name `T' is the same as local variable or parameter name
2 // Line: 8
4 class C
6 public void Foo<T> (int value)
8 int T;