1 2 3 4 5 6 7
// CS0102: The type `ErrorClass' already contains a definition for `Method' // Line: 6 public class ErrorClass { protected int Method () { return 2; } public bool Method; }