2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0450.cs
blobd19bfb8d40dff54af6fd05b8317852419e6acb67
1 // CS0450: `A': cannot specify both a constraint class and the `class' or `struct' constraint
2 // Line: 8
4 class A
8 class B<T> where T : class, A