summaryrefslogtreecommitdiffstats
path: root/tests/new/subaspects/PrivatePointcutCE.java
blob: 283dded32346f6cf48795f41e065ed2e54aa51e9 (plain)
1
2
3
4
5
6
/** @testcase PR#647 aspect with private abstract pointcut */
abstract aspect PrivatePointcutCE {
    /** @testcase abstract private pointcut */
    abstract private pointcut defined(); // CE expected here
}