2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0563.cs
blobb61155386827b7a53f5a592f2a36e8108979f9b6
1 // cs0563.cs: One of the parameters of a binary operator must be the containing type
2 // Line: 4
3 class X {
4 public static int operator + (int a, int b)