[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0102-3.cs
blobad8ef96f21dda6d8ecf77e8b4cae9aced1a6a8fd
1 // CS0102: The type `ErrorClass' already contains a definition for `Method'
2 // Line: 6
4 public class ErrorClass {
5 protected int Method () { return 2; }
6 public bool Method;