Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

10 lines
369 B
C#

// 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 {
}