Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs0657-2.cs
index 63b8909ca3ac47fc1990b93e7baa7883a0b4a3c9..9f256c666f60f19452153a8a153af6240362d42a 100644 (file)
@@ -1,9 +1,9 @@
-// cs0657-2.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
-// Line : 7
+// CS0657: `return' 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;
 
 [return: CLSCompliant (false)]
 
-
 public enum E {}