Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / errors / cs0657-14.cs
index 10116376dffd48e2154007e26da111dbc24f54f0..447fe7ced171de86974790af474c63379aa17f22 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 'event, field, method'
-// Line : 8
+// CS0657: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, field, method'. All attributes in this section will be ignored
+// Line: 9
+// Compiler options: -warnaserror
 
 using System;