[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0401.cs
blobac95556b2f5bb7241fde9e64d0c8cde011706a87
1 // CS0401: The `new()' constraint must be the last constraint specified
2 // Line: 4
4 class Foo<T> where T : new (), new ()