aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incremental/model/sourcefiles_addremove/changes/secondary/Gamma.delete.50.java
blob: edbe7169fb7e3e63eb2065c087d685db8aff305e (plain)
1
2
3
4
5
6
7
package secondary;

aspect Gamma {
  before(): call(* *(..)) {
  }
}