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