[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / errors / cs0693-2.cs
blob7ebe4ab84e30ba65aff1d8b2f56b9f03daa22bb4
1 // CS0693: Type parameter `T' has the same name as the type parameter from outer type `R<U>.A<T>'
2 // Line: 9
3 // Compiler options: -warnaserror -warn:3
5 class R<U>
7 class A<T>
9 struct I<T>