// CS0620: An indexer return type cannot be `void' // Line: 5 interface Indexer { void this [int i] { set; } }