2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0449-2.cs
blob6ed5fb8d47ee70950de5c8e7527f842788e50dcb
1 // CS0449: The `class' or `struct' constraint must be the first constraint specified
2 // Line: 8
4 public interface I
8 public class C<T> where T : I, class