2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0409.cs
blobc6aca2675f86457848f2baff0a76431fe2294c3a
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()