aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr101606.aj
blob: db234e3c4120cc70cb614e196040e576186cc67d (plain)
1
2
3
4
5
public aspect pr101606 {
	
	private pointcut foo();
	
}