[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0542-4.cs
blobb9d831e51fe8f12ba010835e3a7db9a7cf16c18d
1 // CS0542: `C.C<T>()': member names cannot be the same as their enclosing type
2 // Line: 6
4 class C
6 public static void C<T> ()