2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0620.cs
blobf55503d56c048875d22aba8e801daedffee82417
1 // CS0620: `PropertyClass.this[int]': indexer return type cannot be `void'
2 // Line: 5
4 class PropertyClass {
5 public void this [int i] {
6 set {}