summaryrefslogtreecommitdiffstats
path: root/tests/features167/intertype/Two.java
blob: 3e96cb36b21ebfa3b258a9d9f016606e39a5c22f (plain)
1
2
3
4
5
6
7
aspect X {
  intertype Target {
    int i = 5;
  }
}

class Target {}