Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=155252
  • Loading branch information
marek-safar committed Apr 12, 2010
1 parent 639d18a commit 673e100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcs/errors/cs0415.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// cs0415.cs: The `IndexerName' attribute is valid only on an indexer that is not an explicit interface member declaration
// CS0415: The `System.Runtime.CompilerServices.IndexerNameAttribute' attribute is valid only on an indexer that is not an explicit interface member declaration
// Line: 11

using System.Runtime.CompilerServices;
Expand All @@ -8,7 +8,7 @@ interface A {
}

class X : A {
[IndexerName("Error")]
[IndexerName("Error")]
int A.this [int a] { set {} }
}

0 comments on commit 673e100

Please sign in to comment.