2010-06-14 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / errors / gcs0706.cs
blob7ed5719ba470a14f996d595fc3e19809e11d744a
1 // CS0706: Invalid constraint type `string[]'
2 // Line: 4
4 public class C<T> where T : string[]