**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0641.cs
blobfa24f707b2326173d3d30f53033e36dcd7091e00
1 // cs0641.cs: Attribute 'AttributeUsage' is only valid on classes derived from System.Attribute
2 // Line: 6
4 using System;
6 [AttributeUsage (AttributeTargets.All)]
7 public class A