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