aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr214559/TestAspect.java
blob: 65356014d4508e05c024c7b89c84c07e3c2749b3 (plain)
1
2
3
4
5
6
7
aspect TestAspect  {
        declare parents: 
                TestClass implements Interface1;

        declare parents: 
                TestClass && Interface1+ implements Interface1TestClass;
}