2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0115-2.cs
bloba7f16152a9a7a1a1455efdc1c95a61ea0cf486b1
1 // CS0115: `X.this[int]' is marked as an override but no suitable indexer found to override
2 // Line: 5
4 class X {
5 public override long this [int i] {
6 set { }