New test.
[mono.git] / mcs / errors / gcs0706.cs
1 // CS0706: Invalid constraint type `string[]'\r
2 // Line: 4\r
3 \r
4 public class C<T>  where T : string[]\r
5 {\r
6 }\r