2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0717.cs
blobb7d06d1ee3f99364c512fed025bda85b07d425e9
1 // CS0717: `S' is not a valid constraint. Static classes cannot be used as constraints
2 // Line: 8
4 static class S
8 class Foo<T> where T : S