[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0657-9.cs
index e80b66a430dcf08b8bccdb5217012027afcd31ad..f1d526c8b8d01856cd090ab58268da69d4ae1043 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657-9.cs: `type' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `param'
-// Line : 13
+// CS0657: `type' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `param'. All attributes in this section will be ignored
+// Line: 15
+// Compiler options: -warnaserror
 
 using System;