package p; public class A { // move to B private static String a; // move to B private static class C { } { a = ""; B.b(); C c = new C(); } }