aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features153/jdtlikehandleprovider/A13.aj
blob: 2bd9f2e914f40a7d5fbe59ec25050610f9ed6311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package pkg;

aspect A13 {

	public C.new(int i,String s) {
	}
	
}

class C {
	
}