[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0409.cs
blobcad22866310ee241f487de75b37bcf7580b76ac8
1 // CS0409: 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()