2006-06-05 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs0620.cs
blobd6db0c59a380449bf4eb3076c54ddc8686eadbf6
1 // cs0620.cs: Indexers cannot have void type
2 // Line: 5
4 class PropertyClass {
5 public void this [int i] { set {}