aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features169/itdInnerTypes/two/Runner.java
blob: 085fd910aa477b30eb82e0e0cf058dfec8ca1e22 (plain)
1
2
3
4
5
6
7
8
package a.b.c;

public class Runner {
  public static void main(String[]argv) {
    Vote.__ v = new Vote.__("wibble");
    System.out.println(v.getString());
  }
}