summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0419.cs
blob: b8ef0bab1540aa3932fc76aa4551ab069eb0a0d2 (plain)
1
2
3
4
5
6
7
8
9
// 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>
/// Exposes <see cref="System.String.Replace"/> to XSLT
/// </summary>
public class Test {
}