aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features169/itdInnerTypes/Simplest2.java
blob: d3649dfb85a72caa8ee3a6bb4764452dc0eb9c2f (plain)
1
2
3
4
5
6
7
aspect Targeter {
  intertype Basic {
    static class Foo {
    }
  }
  //static aspect C {}
}