2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0641.cs
blobcbf7536e71c1132d98d0f99545f06929a1f74768
1 // cs0641.cs: Attribute `System.AttributeUsageAttribute' is only valid on classes derived from System.Attribute
2 // Line: 6
4 using System;
6 [AttributeUsage (AttributeTargets.All)]
7 public class A