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