2010-06-21 Atsushi Enomoto <atsushi@ximian.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()