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