aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr48080/A.java
blob: c8576ca79b14f7506cb869f8d48a2390d74d7e7a (plain)
1
2
3
4
5
6
7
8
public class A {
  public void m() {
  }
}

aspect X {
  declare warning: execution(* A.m(..)): "method found";
}