w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0693.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>