[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0702.cs
blob409b41a9bfc55fe785dd4d2d12a27f9d9e6ec30e
1 // CS0702: A constraint cannot be special class `System.Array'
2 // Line: 8
4 using System;
6 class Foo<T>
7 where T : Array