[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0657-2.cs
blob9f256c666f60f19452153a8a153af6240362d42a
1 // 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
2 // Line: 7
3 // Compiler options: -warnaserror
5 using System;
7 [return: CLSCompliant (false)]
9 public enum E {}