1 // cs0419-2.cs: Ambiguous reference in cref attribute `A.this'. Assuming `Test.A.this[string]' but other overloads including `Test.A.this[int]' have also matched
3 // Compiler options: -doc:dummy.xml -warnaserror
4 using System
.Collections
;
7 /// <para><see cref="IDictionary.this[object]" /></para>
8 /// <para><see cref="A.this" /></para>
9 /// <para><see cref="B.this" /></para>
19 public object this[int index
] {
23 public object this[string index
] {
30 public object this[int index
] {