aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr145963/Itd.aj
blob: f53963c3b1d38d332be537c370a7e9cfa37f2a13 (plain)
1
2
3
4
5
6
7
package pkg;

public aspect Itd {

	declare parents : Point extends NewClass;
	
}