class Test { private void b(){ a(); } private void a(){ System.out.println("asdasd"); //test } }