Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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