[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs1510.cs
old mode 100755 (executable)
new mode 100644 (file)
index 4feba38..f6af92c
@@ -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)