aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incremental/model/sourcefiles_updating/changes/secondary/Gamma.40.java
blob: 7e508af0e5ffc01b0e80c32e6e4ce0ecf8bcea80 (plain)
1
2
3
4
5
6
7
8
9
10
package secondary;

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

  after(): call(* *(..)) {
  }
}