Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs0657-5.cs
bloba0ca7b4ec574db7db3e0e20770a092f7394ea4cf
1 // CS0657: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `field'. All attributes in this section will be ignored
2 // Line: 9
3 // Compiler options: -warnaserror
5 using System;
7 public enum E
9 [assembly: CLSCompliant (false)]
10 item