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

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