Merge pull request #3609 from xmcclure/checked-imageset
[mono.git] / mcs / errors / cs0419.cs
index da4c90647a59c8f612b1ebfeebb1df46050ef966..b8ef0bab1540aa3932fc76aa4551ab069eb0a0d2 100644 (file)
@@ -1,4 +1,4 @@
-// cs0419.cs: Ambiguous reference in cref attribute `System.String.Replace'. Assuming `string.Replace(char, char)' but other overloads including `string.Replace(char, char)' have also matched
+// CS0419: Ambiguous reference in cref attribute `System.String.Replace'. Assuming `string.Replace(char, char)' but other overloads including `string.Replace(string, string)' have also matched
 // Line: 1
 // Compiler options: -doc:dummy.xml -warn:3 -warnaserror
 /// <summary>