[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[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[]