2007-06-07 Marek Safar <marek.safar@gmail.com>
authorMarek Safar <marek.safar@gmail.com>
Thu, 7 Jun 2007 11:49:06 +0000 (11:49 -0000)
committerMarek Safar <marek.safar@gmail.com>
Thu, 7 Jun 2007 11:49:06 +0000 (11:49 -0000)
* ecore.cs (MethodGroupExpr.OverloadResolve): Print full method
definition.

svn path=/trunk/mcs/; revision=78829

mcs/mcs/ChangeLog
mcs/mcs/ecore.cs

index 3d38719bb297fcab0daa753ec84fa03afd82fb06..a99cfe5e853fe9af1ec48b67641ccbce40244140 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-07  Marek Safar  <marek.safar@gmail.com>
+
+       * ecore.cs (MethodGroupExpr.OverloadResolve): Print full method definition.
+
 2007-06-06  Marek Safar  <marek.safar@gmail.com>
 
        * ecore.cs (SimpleName.Emit): Emitting unresolved simple name is
index 861d10c0c8114f9a79013bd38434456d7678d0a2..916d5d48cb6fe945b1683fbb264dd3a6ae3103c2 100644 (file)
@@ -3618,7 +3618,7 @@ namespace Mono.CSharp {
                                                        411, loc, "The type arguments for " +
                                                        "method `{0}' cannot be inferred from " +
                                                        "the usage. Try specifying the type " +
-                                                       "arguments explicitly.", report_name);
+                                                       "arguments explicitly", TypeManager.CSharpSignature (c));
                                                return null;
                                        }
 #endif