2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0111-20.cs
blobdb5540b74fa36e2b747de19c46465f6aca45256b
1 // CS0111: A member `C.Foo()' is already defined. Rename this member or use different parameter types
2 // Line: 12
5 public partial class C
7 partial void Foo ();
10 public partial class C
12 void Foo ()