summaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr206732/Advised.aj
blob: 1e3abf13f95d71d2bc62a6c2f126b40d96e8a234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package bugs;



public class Advised {}

aspect ITD {

          public void Advised.f() {}

}