// CS0260: Missing partial modifier on declaration of type `Foo'; another partial implementation of this type exists // Line: 6 public partial class Foo { } public class Foo { } class X { static void Main () { } }