X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0419-2.cs;h=982895b3912f74c10b2a26b4b73248eaa9ccf3c2;hb=a9e73e7370307c2fb346b645c890bb91fd875d33;hp=3651a6db67607e2c7d68d4707b66d8debfacecda;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/errors/cs0419-2.cs b/mcs/errors/cs0419-2.cs index 3651a6db676..982895b3912 100644 --- a/mcs/errors/cs0419-2.cs +++ b/mcs/errors/cs0419-2.cs @@ -1,4 +1,4 @@ -// 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 +// CS0419: Ambiguous reference in cref attribute `A.this'. Assuming `Test.A.this[int]' but other overloads including `Test.A.this[string]' have also matched // Line: 7 // Compiler options: -doc:dummy.xml -warnaserror using System.Collections;