// CS0401: The `new()' constraint must be the last constraint specified // Line: 4 class Foo where T : new (), new () { }