// CS0264: Partial declarations of `A' must have the same type parameter names in the same order // Line: 8 partial class A { } partial class A { }