Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/cs0592-3.cs')
-rw-r--r--mcs/errors/cs0592-3.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0592-3.cs b/mcs/errors/cs0592-3.cs
index 211e55f04c0..63a1f6bfc41 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-3.cs: Attribute `IndexerName' is not valid on this declaration type. It is valid on `property, indexer' declarations only
// Line : 6
using System.Runtime.CompilerServices;