[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / CS0315-2-lib.cs
blob7c1d475ac1d26a960718d95920c62d323c0b991c
1 public class A<T> where T : A<T>.N1<T>
3 public class N1<U>
7 public void Foo (N1<int> arg)