interface M { Runnable r = new Runnable() { @Override public void run() { } }; }