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