aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features169/itdInnerTypes/Construction.java
blob: f86e14e2a72a4c1351aac8746c94a18701562c2c (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.__ {
  }
}