class Test { void foo() { Runnable c = new Runnable() { @Override public void run() { System.out.println(); } }; } }