// cs0563.cs: One of the parameters to the binary operator should be the containing type // Line: 4 class X { public static int operator + (int a, int b) { } }