summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr120474/X.aj
blob: c0dd297e5c1c9db698f33e74113a1840b0d8718f (plain)
1
2
3
public aspect X {
  before(): execution(* foo(..)) && !within(X) { }
}