Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs0657-8.cs
index 665e0dc75adaa15ece3985aaddad840bd505912e..2d6c227769185aa9560ff4401c76512b2120a1aa 100644 (file)
@@ -1,11 +1,11 @@
-// cs0657-8.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, return'
-// Line : 9
+// 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: 9
+// Compiler options: -warnaserror
 
 using System;
 
 struct S
 {
-
     [param: Obsolete]
     void method () {}
 }
\ No newline at end of file