1 // CS0592: The attribute `TestAttribute' is not valid on this declaration type. It is valid on `constructor' declarations only
5 [assembly
:TestAttribute ()]
7 [AttributeUsage(AttributeTargets
.Constructor
)]
8 public class TestAttribute
: Attribute
{