class C { void method() { class Local { void foo(K k) { System.out.println(k); } void bar() { Object o = new Object(); System.out.println(o); } } } }