net_4_0 change
[mcs.git] / errors / cs0657-4.cs
blobf725e4eac403fd717bba9f6b710126a2d65b0b24
1 // cs0657-4.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