class C { private void foo() { Bar bar = new Bar(); } static class Bar {} }