class Test { static class NestedTest { public static void main(String[] args) { new Test(); } } }