aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/PR148285_2/inc2/A.aj
blob: 0eb6c12eedcba8e9f45c6f3144697326ae77beae (plain)
1
2
3
4
5
6
7
8
9
10
11
public aspect A {

	before() : execution(* *.*(..)) {}
	
}

//class C {
//	
//	public void m() {}
//
//}