1 // cs0108-11.cs: `Bar.this[int, int]' hides inherited member `Foo.this[int, int]'. Use the new keyword if hiding was intended
3 // Compiler options: -warnaserror -warn:2
7 public long this [int start
, int count
] {
13 public class Bar
: Foo
15 public virtual long this [int i
, int length
] {