**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0111-5.cs
blob6d82e7919f0687ecd353fa36942e3518048f0faa
1 // cs0111.cs: Class 'ISample' already defines a member called 'Blah' with the same parameter types
2 // Line: 6
4 public interface ISample {
5 int Blah ();
6 int Blah ();