aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153845/Aspect2.java
blob: 1937453d18e2332e93cfcb59c339c25473e8ca7a (plain)
1
2
3
public aspect Aspect2 {
  declare parents: Aspect implements Interface;
}