Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs0592-3.cs
index 48f7900c79a93fecb776ad2cddd56a43303d063a..5ba255466fa68639fc74f745e620bb225eb9dc3c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0592 :  Attribute 'IndexerName' is not valid on this declaration type. It is valid on 'property' declarations only.
+// CS0592: 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;