2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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 {}