summaryrefslogtreecommitdiffstats
path: root/tests/features167/intertype/Simple.java
blob: 88f6b63a822715840cbf7c14cee4dc138e8cc953 (plain)
1
2
3
4
5
6
aspect X {
  intertype Target {
  }
}

class Target {}