[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0663-6.cs
blob44b3cc30efdc22b89d136f07cf90fd77c687ef18
1 // CS0633: Overloaded method `C.Foo(string)' cannot differ on use of parameter modifiers only
2 // Line: 11
5 public static class C
7 static void Foo (this string eType)
11 static void Foo (string value)