2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0109-7.cs
blobf16842e1bd1ea221302db52520f634cf88f03306
1 // cs0109-7.cs: The member `Test.this[string]' 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