[corlib] Add a special method for XI so the linker does not always have to generate it.
[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 ()