package xxx; public class Outer { { Inner inner = new Inner(); } public class Inner { } }