1 2 3 4 5 6 7 8 9 10
// CS0102: The type `C' already contains a definition for `get_Foo' // Line: 9 class C { int Foo { get { } } int get_Foo; }