summaryrefslogtreecommitdiffstats
path: root/tests/features167/intertype/Three.java
blob: b824cb92d3cf5de96c3372c312bc807e321e6fe4 (plain)
1
2
3
4
5
6
7
8
9
aspect X {
  intertype Target {
    int i = 5;
  }
  public static void main(String[]argv) {
  }
}

class Target {}