2007-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git] / errors / cs0548-4.cs
blob477067adb73ddf88030c8d2988973160abd1b011
1 // cs0548.cs: 'this[bool]' : property or indexer must have at least one accessor
2 // Line: 5
4 class IndexerClass {
5 public int this [bool b] { }