1 2 3 4 5 6 7
// CS1043: Invalid accessor body `1', expecting `;' or `{' // Line: 6 class C { int Foo { set 1; } }