[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0100-8.cs
blob82485114483a276f0409ee3d595f745ee43b25dc
1 // CS100: The parameter name `obj' is a duplicate
2 // Line: 6
4 abstract class C
6 public abstract int this [object obj, object obj] => 1;