2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0449-3.cs
blobc23a624d9c491d9085eb36acf268d0ba50042e2d
1 // CS0449: The `class' or `struct' constraint must be the first constraint specified
2 // Line: 6
4 public class C<T>
6 public void Foo<T>() where T : class, struct