[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0216.cs
index cbe133a3af1c81ccb256cd7aa3d97a1139d298c2..5c3b6783b66c68ee189df2a5b7c2e266f481da68 100644 (file)
@@ -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)
        {