aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs170/pr382189/one/A_ITD.aj
blob: 7c5be5c9f9cd9d93c78305ce13f16cf764351459 (plain)
1
2
3
4
5
6
public privileged aspect A_ITD {
	public B A.getSomeB(SuperB<String> b){
		return null;
	}
}