[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0693-4.cs
blob95bcc30d540bce0a2666d7c0c3e3949c31d1659b
1 // CS0693: Type parameter `U' has the same name as the type parameter from outer type `R<U>'
2 // Line: 9
3 // Compiler options: -warnaserror -warn:3
5 class R<U>
7 class A<T>
9 struct I<U>