aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features169/itdInnerTypes/ten/Construction.java
blob: 0c22f3e3fcfac58951a9867eee1d979728247e12 (plain)
1
2
3
4
5
6
public class Construction {
  public static void main(String []argv) {
    new __();
    System.out.println(new __("abcde"));
  }
}