[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0657-3.cs
blob275d4b7ae9b1f6b8049f68748bc64081ca25a61a
1 // 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
2 // Line : 7
3 // Compiler options: -warnaserror
5 using System;
7 [method: CLSCompliant (false)]
9 public class C