2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0548-4.cs
blob3b402a8b4601fac97946e207b805ceada2d2ba32
1 // CS0548: `IndexerClass.this[bool]': property or indexer must have at least one accessor
2 // Line: 5
4 class IndexerClass {
5 public int this [bool b] { }