[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs1510.cs
index 4feba3810f6e99085221e1ebb3e655e7390855ea..f6af92c1e2c8f87b738267a1e292b118d9cb126d 100644 (file)
@@ -1,4 +1,4 @@
-// cs1510: an lvalue is required for ref or out argument
+// CS1510: A ref or out argument must be an assignable variable
 // Line: 11
 class X {
        public static void m (ref int i)