AJF-24: Find out if subtype of AnnoTypePattern is allowed.
bugs150/AnnotationPlusPatternParseError.aj
pointcut bar() : call(* (@MemberOfMonitoredSet )+.(..));According to the notebook syntax (and the structure of pre-5) this would be invalid. Yet, ajc accepts this.
Submitted on 25 March 2006 at 04:13
Log in to post comments