[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0631-3.cs
index 2e88bb47ff41af53d090fe06ee92a3a9d8338a42..dfefb0397f5570f26a163aed4e392ab4cbea05f4 100644 (file)
@@ -1,9 +1,9 @@
-// CS0631: The modifiers `ref' and `out' are not valid in this context\r
-// Line: 5\r
-\r
-class X {\r
-       public static X operator < (ref X a, int b)\r
-       {\r
-               return null;\r
-       }\r
-}\r
+// CS0631: The parameter modifier `ref' is not valid in this context
+// Line: 5
+
+class X {
+       public static X operator < (ref X a, int b)
+       {
+               return null;
+       }
+}