Report error for name collision between property and generic method with same name...
[mono.git] / mcs / errors / cs0620-2.cs
index d6227663aa578b149150d56360479703f809c07d..5898b6395c4dc8372717a2fddd6b82bdd1545c4d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0620.cs: Indexers cannot have void type
+// CS0620: `Indexer.this[int]': indexer return type cannot be `void'
 // Line: 5
 
 interface Indexer {