[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0657-9.cs
index 77412223fa3895c63f9aa06eb048ff105fb32393..f1d526c8b8d01856cd090ab58268da69d4ae1043 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657.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;