2010-04-14 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0409.cs
blobf40265705ecd68989f0b0cd3f68c9cf34d6a5aed
1 // gcs0409.cs: A constraint clause has already been specified for type parameter `U'
2 // Line: 7
4 class C<T, U> where U: class, new() where U: new()