Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs0657-11.cs
index 9e88da07aff184807581b1a3733e4018cdbef9ec..0166b8f977c6827dbc8f67e5325ebd25813b04bd 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657.cs : 'param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'method, return'
-// Line: 14
+// CS0657: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, return'. All attributes in this section will be ignored
+// Line: 15
+// Compiler options: -warnaserror
 
 using System;