summaryrefslogtreecommitdiffstats
path: root/tests/features169/itdInnerTypes/Construction.java
blob: 40f965b3dbe58e69255c2697f0c9317ed602b573 (plain)
1
2
3
4
5
6
7
8
9
10
11
public class Construction {
  public static void main(String []argv) {
    new _();
    System.out.println("done");
  }
}

aspect XX {
  public static class Construction._ {
  }
}