Merge pull request #3609 from xmcclure/checked-imageset
[mono.git] / mcs / errors / cs0419.cs
index 95a3b22806bf5619f96b335e18e999bb3922a143..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(string, string)' 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>