[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0109-7.cs
blob7b03756bdaacf0fdb8aa29fdcc8de8afe8bff352
1 // CS0109: 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