aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr125480/ConcreteMethods.aj
blob: efc23b5d251967b31ea91eba70cde151424553eb (plain)
1
2
3
4
5
6
7
public abstract aspect ConcreteMethods extends AbstractMethods {

	protected void test () {}

}