2 BCE0153-1.boo(13,6): BCE0153: 'System.AttributeUsageAttribute' can be applied on one of these targets only : Class.
3 BCE0153-1.boo(7,2): BCE0153: 'System.AttributeUsageAttribute' can be applied on one of these targets only : Class.
7 [AttributeUsage(AttributeTargets
.Method
)]
8 def TestAttributeUsageCanOnlyBeAppliedToClass():
11 [AttributeUsage(AttributeTargets
.Method
)]
13 [AttributeUsage(AttributeTargets
.Method
)]