aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr308773/Aspy.aj
blob: f9fa3ec3d951e65b9020be732b027a08e9ced4f6 (plain)
1
2
3
4
public aspect Aspy {
	before(): call(* *(..)) {	}
}