2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0657-5.cs
blobf8901cf8f27b5cbcc2ef3c4b5e4252620c321d02
1 // cs0657-5.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