1 2 3 4 5 6 7 8 9 10 11
// CS01014: A get or set accessor expected // Line: 9 class C { public int Prop { set { } bool val; } }