// cs0620.cs: Indexers cannot have void type // Line: 5 class PropertyClass { public void this [int i] { set {} } }