aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incrementalPerformance/Proj64/GetAdviceWeaveMedium.aj
blob: 4f8e44c74aed3e13afa4dd9f5d986f37178e1fb6 (plain)
1
2
3
4
5
6
7
8
// Auto-generated

public aspect GetAdviceWeaveMedium {

	before() : target(out.C0) && get(int i0) {
		System.out.println("In the aspect");
	}
}