**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0591.cs
blob58abf1007cbf4b3f6caa27a4ce0db103d1cc732d
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 () {