2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0111-17.cs
blob57b1d2a1e49c925aab032e19fe8eb4a77c19c577
1 // cs0111-17.cs: `Test.get_Value()' is already defined. Rename this member or use different parameter types
2 // Line: 7
4 public partial class Test
6 public string get_Value () { return null; }
9 public partial class Test
11 public string Value {
12 get { }