summaryrefslogtreecommitdiffstats
path: root/tests/bugs/ParserRecoveryTest.java
blob: 0969b3ea1a9427766a0eacc3dffd36103d317fa5 (plain)
1
2
3
4
5
6
7
8
// pr 45663
aspect ParserRecoveryTest1
{
	pointcut s(int x):     
	   execution(* fred(x));

	after(int xxx x x x x): this(*) {}
}