error messages review
[mono.git] / mcs / errors / cs1502.cs
index cf646b59619aa5e67a86fe0b3adf7a5be37d42ba..d661b4bb5b66f4376e7c114d9836efc10bb85696 100644 (file)
@@ -1,4 +1,4 @@
-// cs1502.cs: The method has incorrect arguments, passing out to something expecting ref
+// cs1502.cs: The best overloaded method match for `X.foo(ref int)' has some invalid arguments
 // Line: 8
 class X {
        public void foo (ref int blah) {}