1 // cs0109-7.cs: The member `Test.this[string]' does not hide an inherited member. The new keyword is not required
3 // Compiler options: -warnaserror -warn:4
5 using System
.Collections
;
7 public class Test
: ArrayList
9 public new string this[string index
]