// "Replace with lambda" "true-preview" class Test2 { void f(Runnable... rs){} { f(null, new Runnable() { @Override public void run() { } }); } }