2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0401.cs
blobac95556b2f5bb7241fde9e64d0c8cde011706a87
1 // CS0401: The `new()' constraint must be the last constraint specified
2 // Line: 4
4 class Foo<T> where T : new (), new ()