1 // cs0109-4.cs: The member `Derived.this[string]' does not hide an inherited member. The new keyword is not required
3 // Compiler options: -warnaserror -warn:4
6 public bool this [int arg
] { set {}
}
10 public new bool this [string arg
] { set {}
}