Merge pull request #3678 from mono/seq-read
[mono.git] / mcs / errors / cs0657-16.cs
index 4d5f51ef8d9cdfd30b35fd4f5a259cce61a8aa94..04306dc46a7f34f65fe0cd658bc45c93c5d97b86 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657-16.cs: `event' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, param, return'
-// Line: 14
+// CS0657: `event' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, param, return'. All attributes in this section will be ignored
+// Line: 15
+// Compiler options: -warnaserror
 
 using System;