X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0216.cs;h=5c3b6783b66c68ee189df2a5b7c2e266f481da68;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=cbe133a3af1c81ccb256cd7aa3d97a1139d298c2;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/errors/cs0216.cs b/mcs/errors/cs0216.cs index cbe133a3af1..5c3b6783b66 100644 --- a/mcs/errors/cs0216.cs +++ b/mcs/errors/cs0216.cs @@ -1,5 +1,6 @@ -// cs0216.cs: The operator `X.operator <(X, int)' requires a matching operator `>' to also be defined -// Line: +// CS0216: The operator `X.operator <(X, int)' requires a matching operator `>' to also be defined +// Line: 5 + class X { public static X operator < (X a, int b) {