2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0706.cs
blob08edb3fd10f3200c0328b2023b0e37379d73acf3
1 // CS0706: Invalid constraint type `string[]'
2 // Line: 4
4 public class C<T> where T : string[]