[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0109-6.cs
blobda542b12566e087c1161d725d072e0bcb7dd7a30
1 // CS0109: The member `Outer.Inner' does not hide an inherited member. The new keyword is not required
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
5 class Outer
7 public new class Inner