aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr64568.aj
blob: a41a55de8487e53e47ee0f43a8c947e21a216ad3 (plain)
1
2
3
4
5
6
public aspect pr64568 {

	// itd that's trying to use a type pattern!
	private int foo.bar.*.aField;  // CE L4
	
}