a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
10 lines
369 B
C#
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 {
|
|
}
|
|
|