[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0657-19.cs
index 0fa81375dbeed4584ff91857c918dca3e8592e69..e9bb8e631b245810cce9d7ab245d57b445ea20d3 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657-19.cs: `field' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, method'
-// Line : 7
+// CS0657: `field' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, method'. All attributes in this section will be ignored
+// Line: 8
+// Compiler options: -warnaserror
 
 using System;