aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs183/436653/XA.java
blob: fc4029829539149428d0b1e0fa5c0a0f1b81dd88 (plain)
1
2
3
4
5
6
7
import org.aspectj.lang.annotation.*;

aspect XA {
  @SuppressAjWarnings("adviceDidNotMatch")
  before(): execution(* A.*(..)) {}
}