* XmlWriterTests.cs: Renamed Close* tests to Create*, and improved
[mono.git] / mcs / errors / cs0592-3.cs
index 48f7900c79a93fecb776ad2cddd56a43303d063a..211e55f04c055e03ac5275e865f4415a4fee1e54 100644 (file)
@@ -1,4 +1,4 @@
-// cs0592 :  Attribute 'IndexerName' is not valid on this declaration type. It is valid on 'property' declarations only.
+// cs0592-3.cs: The attribute `System.Runtime.CompilerServices.IndexerNameAttribute' is not valid on this declaration type. It is valid on `property, indexer' declarations only
 // Line : 6
 
 using System.Runtime.CompilerServices;