**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0109-7.cs
blob9a51dda09bbaf368daeaa69a64a333ec43b65dae
1 // cs0109.cs: The member 'Test.this[int]' does not hide an inherited member. The new keyword is not required
2 // Line: 9
3 // Compiler options: -warnaserror -warn:4
5 using System.Collections;
7 public class Test: ArrayList
9 public new string this[string index]
11 set