public class Outer { public static void main(String[] args) { new Outer().new Inner(); } class Inner { } }