Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / CS0571-5-lib.cs
1 public class C2
2 {
3         public int this [int a] { set { } }
4 }