X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0592-3.cs;h=5ba255466fa68639fc74f745e620bb225eb9dc3c;hb=be95f699da177f6e2d13937062b8c6eca449104f;hp=211e55f04c055e03ac5275e865f4415a4fee1e54;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/errors/cs0592-3.cs b/mcs/errors/cs0592-3.cs index 211e55f04c0..5ba255466fa 100644 --- a/mcs/errors/cs0592-3.cs +++ b/mcs/errors/cs0592-3.cs @@ -1,4 +1,4 @@ -// cs0592-3.cs: The attribute `System.Runtime.CompilerServices.IndexerNameAttribute' is not valid on this declaration type. It is valid on `property, indexer' declarations only +// CS0592: The attribute `System.Runtime.CompilerServices.IndexerNameAttribute' is not valid on this declaration type. It is valid on `property, indexer' declarations only // Line : 6 using System.Runtime.CompilerServices;