2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0265.cs
blob8446095e930e31c7d469778667b6a04c31f14247
1 // gcs0265.cs: Partial declarations of `Partial<T>' have inconsistent constraints for type parameter `T'
2 // Line: 4
4 partial class Partial<T> where T: class, new()
8 partial class Partial<T> where T : new ()