2009-11-12 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0701-3.cs
blob4522501b98d65ae25f3f3d4d99ca1c418e5e4980
1 // CS0703: `string[]' is not a valid constraint. A constraint must be an interface, a non-sealed class or a type parameter
2 // Line: 4
4 public class C<T> where T : string[]