aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/P1/inc2/src/X.aj
blob: f0b6147fffa59e55a004bc0eef7b55e24227bddb (plain)
1
2
3
4
public aspect X {
  before(): call(* *(..)) && !within(X) {
  }
}