aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs182/440983/X.java
blob: 822bbfe1329494ad3483994d3b005174213c3b7c (plain)
1
2
3
aspect X {
  before(): execution(* xxx(..)) {}
}