2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0701-2.cs
blob886c6aaac03163119503c339727e3065081d27a8
1 // gcs0701.cs: `S' is not a valid constraint. A constraint must be an interface, a non-sealed class or a type parameter
2 // Line: 8
4 struct S
8 class Foo<T> where T : S