1 2 3 4 5 6 7 8 9
// CS0100: The parameter name `obj' is a duplicate // Line: 4 abstract class C { public abstract int this [object obj, object obj] { set; } }