2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0591.cs
blob5ce0bb823f235ad8820034550507570e5515b7a9
1 // cs0591.cs: Invalid value for argument to `System.AttributeUsage' attribute
2 // Line: 4
4 [System.AttributeUsage(0)]
5 class ClassMain {
7 public static void Main () {