**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0657-4.cs
blob59a8e103c04c690d0a8db39695d364f7ec052a23
1 // cs0657.cs : 'param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'assembly, module'
2 // Line : 6
4 using System;
6 [param: CLSCompliant (false)]
7 public enum E
9 item