[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0706.cs
blob7ed5719ba470a14f996d595fc3e19809e11d744a
1 // CS0706: Invalid constraint type `string[]'
2 // Line: 4
4 public class C<T> where T : string[]