// CS0265: Partial declarations of `Partial' have inconsistent constraints for type parameter `T' // Line: 4 partial class Partial where T: class, new() { } partial class Partial where T : new () { }