// "Replace with lambda" "true-preview" class X1 { Runnable m() { String s; return new Runnable() { @Override public void run() { String s; } }; } }