In ilasm/tests:
[mcs.git] / errors / cs0641.cs
blob21d426bfa45f3dab1e9e9728a293049fda9e26cf
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