Merge pull request #3686 from lambdageek/dev-format-printf
[mono.git] / mcs / errors / cs0657-15.cs
index e9e1b0db2621ab379df6399e5bddcc09262e80ea..c0360804e6004f6e3ed26b02275659ef2d6335f2 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657-15.cs: `property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event'
-// Line : 8
+// CS0657: `property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event'. All attributes in this section will be ignored
+// Line: 9
+// Compiler options: -warnaserror
 
 using System;