class PrivateClass { private int privateInt; private void privateMethod() { System.out.println(publicInt); } }