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

aspect Gamma {

  pointcut calls(): call(* *(..));

}