class X { Runnable r = new Runnable() { @Override public void run() { System.out.println("hello"); } }; }