package p; public class A { Inner inner= new Inner(); static class Inner{ } }