aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr138219/SomeOtherType.aj
blob: 51f0f3e5cb874d49c7df3f957564eea34203f3d3 (plain)
1
2
3
4
5
public aspect SomeOtherType {

  public pointcut pc() : execution(* *(..));

}