Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs0657-3.cs
index 63d06b31b8eec75890df64d9c233db483f4f2fcb..275d4b7ae9b1f6b8049f68748bc64081ca25a61a 100644 (file)
@@ -1,11 +1,11 @@
-// cs0657.cs : 'return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'assembly, module'
+// CS0657: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'. All attributes in this section will be ignored
 // Line : 7
+// Compiler options: -warnaserror
 
 using System;
 
 [method: CLSCompliant (false)]
 
-
 public class C
 {
 }