2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0620-2.cs
blob5898b6395c4dc8372717a2fddd6b82bdd1545c4d
1 // CS0620: `Indexer.this[int]': indexer return type cannot be `void'
2 // Line: 5
4 interface Indexer {
5 void this [int i] { set; }