package p; public class B { private static class InnerTarget { } // move to B static class Inner { String a; void b() {} } }