2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0693-3.cs
blobc24d3870873ce5a47178550853c1767e3468a19e
1 // CS0693: Type parameter `T' has the same name as the type parameter from outer type `C<T>'
2 // Line: 7
3 // Compiler options: -warnaserror -warn:3
5 class C<T>
7 void Foo<T> (T t)