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