[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs7003-2.cs
blob3c45ebfcb14d39eade7924b43d70452281be7423
1 // CS7003: Unbound generic name is not valid in this context
2 // Line: 10
4 class G<T>
8 class C
10 G<> field;