// cs0115.cs: 'X.this[int]': no suitable method found to override // Line: 5 class X { public override long this [int i] { set { } } }