In ilasm/tests:
[mcs.git] / errors / cs0111-10.cs
blob7e3019dcab477b3405abec8969763b76d4c9e4e2
1 // cs0111-10.cs: `Test.get_Value()' is already defined. Rename this member or use different parameter types
2 // Line: 7
4 public class Test
6 public string get_Value () { return null; }
7 public string Value {
8 get { }