X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0668-2.cs;h=33396fb007782b3935aadef10fbeed92b268e8cd;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=8604afdd1b269f38d855c02ffb13a06cf0a52bc9;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs0668-2.cs b/mcs/errors/cs0668-2.cs index 8604afdd1b2..33396fb0077 100644 --- a/mcs/errors/cs0668-2.cs +++ b/mcs/errors/cs0668-2.cs @@ -1,4 +1,4 @@ -// cs0668-2.cs: Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type +// CS0668: Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type // Line: 11 using System.Runtime.CompilerServices;