// cs0657.cs : 'return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'assembly, module' // Line : 7 using System; [method: CLSCompliant (false)] public class C { }