[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0100-5.cs
blobff5653f9e21ff8a84650a3dfeb3d470136d5259a
1 // CS0100: The parameter name `obj' is a duplicate
2 // Line: 4
4 abstract class C
6 public abstract int this [object obj, object obj] {
7 set;