Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs0412.cs
blob7e94245ac208c1b1b57a03078c89ae44916c054d
1 // CS0412: The type parameter name `T' is the same as local variable or parameter name
2 // Line: 6
4 class C
6 public void Foo<T> (string T)