// "Replace with lambda" "true" class Test { Runnable r = new Runnable() { public void run() { "".toString(); } }; }