net_4_0 change
[mcs.git] / errors / cs0082.cs
blob1908dbd1c00772fcbf36c1a8f4fff399d5559c3b
1 // CS0082: A member `Test.get_Value()' is already reserved
2 // Line: 7
4 public class Test
6 public string get_Value () { return null; }
7 public string Value {
8 get { }