// cs0620.cs: Indexers cannot have void type // Line: 5 interface Indexer { void this [int i] { set; } }