1 2 3 4 5 6 7
// CS0100: The parameter name `obj' is a duplicate // Line: 4 class C { public static extern bool operator +(C obj, C obj); }