2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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