Merge pull request #3609 from xmcclure/checked-imageset
[mono.git] / mcs / errors / cs0657-17.cs
index 2868adc1390a9ff650dd1d1479768c0c01540f34..1de57673e4b3c965241386866421c17db0003d4a 100644 (file)
@@ -1,4 +1,5 @@
-// cs0657.cs : 'method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'assembly, module'
-// Line : 4
+// 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: 5
+// Compiler options: -warnaserror
 
 [method: System.CLSCompliant (false)]