class Test { void foo() { new Runnable() { public void run() {} }.run(); } void bar() { foo(); } }