1 2 3 4 5 6 7 8 9 10 11 12
// CS1597: Semicolon after method or accessor block is not valid // Line: 10 class C { public int Foo { get { }; } }