w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0657-4.cs
blob145128e1651bb70df1796871106cf85a1c1e96eb
1 // CS0657: `param' 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 [param: CLSCompliant (false)]
8 public enum E
10 item